rickard67 / Emmet-Pascal

Emmet components for use in Delphi or Lazarus
Other
10 stars 11 forks source link

Idea about new Pascal code part #16

Closed Alexey-T closed 5 months ago

Alexey-T commented 11 months ago

Many apps need this code. So the idea. Find URLs in the AnsiString and UnicodeString - without using RegEx. By custom Pascal code. First, search must find one of possible beginnings:

If OK beginning exists, do the complex search for ending. Ending:

Why the idea? Avoid slow search by RegEx. What do you think @rickard67 ?