andgineer / TRegExpr

Regular expressions (regex), pascal.
https://regex.sorokin.engineer/en/latest/
MIT License
174 stars 62 forks source link

docs, fix https://github.com/andgineer/TRegExpr/issues/304 #318

Closed Alexey-T closed 1 year ago

User4martin commented 1 year ago

Further down in the "boundary" part

Meta-char ``.`` (dot) by default matches any character, but if you
turn **off** the `modifier /s <#s>`_, then it won't match line-breaks inside the string.

Also needs to move.

Alexey-T commented 1 year ago

Thanks for note, moved now.

User4martin commented 1 year ago

Better.... The more I look, the more I find.

The meta-classes in the table below have the note

You may use all meta-classes, mentioned in the table above, within
`user character classes <User Character Classes_>`_.

Which does not extend to the "dot", but may be misread.


I would

Alexey-T commented 1 year ago

'Dot' topic is now separate:

scr

User4martin commented 1 year ago

looks ok to me

Alexey-T commented 1 year ago

@andgineer Pls apply.