Thursday, October 15, 2015

How does one match character OR nothing using regular expression

x? matches x zero or one time (same as x{0,1})

http://stackoverflow.com/questions/21079645/how-does-one-match-character-or-nothing-using-regular-expression

http://www.cheatography.com/davechild/cheat-sheets/regular-expressions/

No comments:

Post a Comment