RegEx???????

RegEx???

[code]// ?^???
Dim re As New RegEx
re.Options.MatchEmpty = True
re.Options.StringBeginIsLineBegin = True
re.Options.ReplaceAllMatches = True

re.SearchPattern = “^”
re.ReplacementPattern = “?”

TextArea1.Text = re.Replace( TextArea1.Text )[/code]

TextArea1.Text???

abcd abcd abcd
???
Perl? s/^/?/mg ???

?abcd ?abcd ?abcd
???
RegExOptions.MatchEmpty ???
???

?^??$??\b???

???UP???2014r3??
RegExTest.xojo_binary_project

???MBS Xojo (Real Studio) Plugin??RegExMBS???
???PCRE???