Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codenote
/
string.js
Public
forked from
jprichardson/string.js
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
string.js
test
string.test.js
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 21, 2014
#underscore method does not add the _ prefix for words starting with a upper case
az7arul
committed
cd66a57
View commit details
Copy full SHA for cd66a57
View code at this point
Browse repository at this point
Commits on Oct 20, 2014
.template method will replace keys that do not exist with empty string
az7arul
committed
b179720
View commit details
Copy full SHA for b179720
View code at this point
Browse repository at this point
Merge pull request #119 from az7arul/template-improvements
Show description for 61c0181
jprichardson
committed
61c0181
View commit details
Copy full SHA for 61c0181
View code at this point
Browse repository at this point
Commits on Oct 13, 2014
remove leading and trailing spaces before interpolating key
az7arul
committed
e8c88eb
View commit details
Copy full SHA for e8c88eb
View code at this point
Browse repository at this point
Commits on Sep 28, 2014
changed test descriptions to reflect multiple arguments
az7arul
committed
0bc4cee
View commit details
Copy full SHA for 0bc4cee
View code at this point
Browse repository at this point
endsWith now supports multiple arguments
az7arul
committed
8dd1e4d
View commit details
Copy full SHA for 8dd1e4d
View code at this point
Browse repository at this point
startsWith accepts multiple arguments
az7arul
committed
424ac7d
View commit details
Copy full SHA for 424ac7d
View code at this point
Browse repository at this point
Commits on Sep 17, 2014
Changed to multiple arguments.
guyellis
committed
c215b3e
View commit details
Copy full SHA for c215b3e
View code at this point
Browse repository at this point
Added strip() function
guyellis
committed
6c1caf6
View commit details
Copy full SHA for 6c1caf6
View code at this point
Browse repository at this point
Commits on Sep 2, 2014
Merge pull request #112 from hickford/better-slugs
Show description for 60b897e
jprichardson
committed
60b897e
View commit details
Copy full SHA for 60b897e
View code at this point
Browse repository at this point
Commits on Aug 31, 2014
Better slugs for words with accents
hickford
committed
5d130f2
View commit details
Copy full SHA for 5d130f2
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/patch-1' into better-slugs
hickford
committed
82775d9
View commit details
Copy full SHA for 82775d9
View code at this point
Browse repository at this point
latinise
hickford
committed
1f95daf
View commit details
Copy full SHA for 1f95daf
View code at this point
Browse repository at this point
Test behaviour of slugify on non-Latin characters
hickford
committed
c13d145
View commit details
Copy full SHA for c13d145
View code at this point
Browse repository at this point
Commits on Aug 29, 2014
Added test for isAlpha fn
petrbrzek
committed
92f3ddd
View commit details
Copy full SHA for 92f3ddd
View code at this point
Browse repository at this point
Commits on Aug 6, 2014
Merge pull request #100 from Sergio-Muriel/wrap_html
Show description for 43604a0
jprichardson
committed
43604a0
View commit details
Copy full SHA for 43604a0
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
html attribute must be encoded
Sergio Muriel
committed
00efe44
View commit details
Copy full SHA for 00efe44
View code at this point
Browse repository at this point
Commits on Jul 31, 2014
parseCsv: add test for unQualified fields
Sergio Muriel
committed
be92f26
View commit details
Copy full SHA for be92f26
View code at this point
Browse repository at this point
Commits on Jun 23, 2014
Change default tag from p to span in Test Case
ramsunvtech
committed
0f1ab02
View commit details
Copy full SHA for 0f1ab02
View code at this point
Browse repository at this point
Commits on Jun 16, 2014
Upgraded to 1.8.2 Version
Show description for bd503be
ramsunvtech
committed
bd503be
View commit details
Copy full SHA for bd503be
View code at this point
Browse repository at this point
Updated the Test Case for wrapHTML
Show description for 4de86de
ramsunvtech
committed
4de86de
View commit details
Copy full SHA for 4de86de
View code at this point
Browse repository at this point
Commits on May 19, 2014
Added Wrap Function Test Case to String.test.js
Show description for eb62645
ramsunvtech
committed
eb62645
View commit details
Copy full SHA for eb62645
View code at this point
Browse repository at this point
Commits on Apr 23, 2014
Issue #78: toBoolean(): Treat '1' and '0' as true and false, respectively.
arowla
committed
3f29e15
View commit details
Copy full SHA for 3f29e15
View code at this point
Browse repository at this point
Commits on Jan 13, 2014
Changed behavior of 'between()'. Closes #62
jprichardson
committed
f6a8733
View commit details
Copy full SHA for f6a8733
View code at this point
Browse repository at this point
Commits on Nov 18, 2013
Updating pad methods to use the default character when given null for a padding character
nfriedly
committed
d10c47e
View commit details
Copy full SHA for d10c47e
View code at this point
Browse repository at this point
Commits on Nov 16, 2013
Tweaking the pad* methods to accept numbers (0 in particular) for the padding character
nfriedly
committed
114488e
View commit details
Copy full SHA for 114488e
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
more fixes to template()
jprichardson
committed
d071562
View commit details
Copy full SHA for d071562
View code at this point
Browse repository at this point
added template support for special regex characters [], () and **
Jon Principe
committed
9f6922a
View commit details
Copy full SHA for 9f6922a
View code at this point
Browse repository at this point
Commits on Aug 20, 2013
Fixes bug in `template()` for falsey values. Closes #29
jprichardson
committed
ad626c5
View commit details
Copy full SHA for ad626c5
View code at this point
Browse repository at this point
Commits on May 29, 2013
added count() method
jprichardson
committed
50b7d5f
View commit details
Copy full SHA for 50b7d5f
View code at this point
Browse repository at this point
added humanize() function, closes #34
jprichardson
committed
e0781fc
View commit details
Copy full SHA for e0781fc
View code at this point
Browse repository at this point
remove lines() from test
jprichardson
committed
ceffe91
View commit details
Copy full SHA for ceffe91
View code at this point
Browse repository at this point
Commits on May 27, 2013
Code & documentation inconsistency: escape char configuration should be passed as "escape", not "escapeChar"
Reggino
committed
f981205
View commit details
Copy full SHA for f981205
View code at this point
Browse repository at this point
Commits on May 1, 2013
Support for multiline CSV parsing
Reggino
committed
f0249b7
View commit details
Copy full SHA for f0249b7
View code at this point
Browse repository at this point
Add ability to escape using double qualifier as adviced by RFC
Reggino
committed
1e1532d
View commit details
Copy full SHA for 1e1532d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.