pattern matching - How to use Regex \A? -



pattern matching - How to use Regex \A? -

4.6.5.7 - - [date]

if \a4 above string can 4, if \adate, not match. misread regex docs. can help?

if need specific , particular string in square brackets, utilize '\[date\]'.

if query more general, other posters have mentioned \a means 'start of string' rather 'start of word'.

(this site test out different regex commands instant feedback: http://rubular.com/)

regex pattern-matching

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -