andgineer / TRegExpr

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

Fix SetInputSubString for zero-length input #322

Closed User4martin closed 1 year ago

User4martin commented 1 year ago

SetInputSubString did not set the input to empty, if it was given an empty string, or len=0

User4martin commented 1 year ago

@Alexey-T

Alexey-T commented 1 year ago

I looked at the patch, seems valid.

User4martin commented 1 year ago

now part of #325