Releases: gogeorge/EasyRegex
Releases · gogeorge/EasyRegex
Release list
Added String prototypes
v1.0 Everything is relatively ok
All the bugs that I know of in the pre v1.0 releases have been fixed.
Fixed all the bugs from 0.7
Fixed all the bugs from 0.7 and now all functions will check if there are any meta character in the parameters and if there are, a backlash behind them will be added to prevent errors
Depreciated hasString() and notString()
Depreciated hasString() and notString() you can use the has() and not() instead.
Fixed meta-character problem in hasString()
- Fixed the problem where putting regex meta-characters in the parameters of the functions would cause an error. However I only fixed the
hasString()function, the rest will be solved in v.07 since I don't have time now.
Added two new functions
-
Added a second parameter to the functions to check how many times ex: 'hello' has been found in a string by
hasString('hello', '<name_of_the_variable_which_contains_the_string>') -
Added
endsWith()andbeginsWith()
EasyRegex first beta release
This is the first release of the library less than 50 lines of code. I recommend using the latest releases instead.