Skip to content

Releases: gogeorge/EasyRegex

Added String prototypes

Choose a tag to compare

@gogeorge gogeorge released this 21 Aug 15:15

v2.0 is very different from the previous versions. Read the documentation for the details

v1.0 Everything is relatively ok

Choose a tag to compare

@gogeorge gogeorge released this 16 Jul 12:06

All the bugs that I know of in the pre v1.0 releases have been fixed.

Fixed all the bugs from 0.7

Choose a tag to compare

@gogeorge gogeorge released this 15 Jul 21:57

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()

Choose a tag to compare

@gogeorge gogeorge released this 14 Jul 17:07

Depreciated hasString() and notString() you can use the has() and not() instead.

Fixed meta-character problem in hasString()

Choose a tag to compare

@gogeorge gogeorge released this 04 Jul 08:12
  • 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

Choose a tag to compare

@gogeorge gogeorge released this 02 Jul 14:12
  • 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() and beginsWith()

EasyRegex first beta release

Choose a tag to compare

@gogeorge gogeorge released this 21 Jun 11:33

This is the first release of the library less than 50 lines of code. I recommend using the latest releases instead.