| First, use RegexBuddy to define a regex or retrieve a regexp saved in a RegexBuddy library. Rely on RegexBuddy's clear regex analysis, which is constantly updated as you build the pattern, rather than dealing with the cryptic regex syntax on your own. Detailed help on that syntax is always only a click away. If you copied a regex written for another programming language, simply paste it into RegexBuddy, and select the original regex flavor. RegexBuddy will then automatically convert it to the .NET or PCRE regex flavor when you generate a Delphi Prism, Delphi for .NET, or Delphi for Win32 source code snippet. If you created a new regular expression, test and debug it in RegexBuddy before using it in your Delphi source code. Test each regex in RegexBuddy's safe sandbox without risking precious data. Quickly apply the regex to a wide variety of input and sample data, without having to produce that input through your application. Finally, let RegexBuddy generate a source code snippet that you can copy and paste directly into your Visual Studio or RAD Studio IDE, or whichever Delphi code editor you use. Just choose what you want to use the regex for, and a fully functional code snippet is ready. You can change the names of variables and parameters to suit your naming style or the current situation, which RegexBuddy automatically remembers. While the .NET Regex classes and the TPerlRegEx component are quite different, you don't have to remember the details of how to use either of them. Just tell RegexBuddy what you want to do, and you will get the proper Delphi Prism, Delphi for .NET, or Delphi for Win32 code straight away. Anything can be done: testing a string for a match, extracting search matches, validating input, search-and-replace, splitting a string, etc. Let RegexBuddy Make Regex Easy for You |   | | Using the PCRE-based TPerlRegEx component in Delphi (Win32) |   | | Using the .NET’s Regex classes in Delphi Prism |
|