Our latest addition to CodVerter is Multiple Regex Pattern Scanner. If you're familiar with regex and need to scan text for many regular expression patterns, it will provide the following:

  • Detect and find many different patterns in a text. It will highlight the patterns found in the text, and can add names of the patterns detected at the end of each text line.
  • Extract only data that matches the patterns, and add information on their location in the text: line number, start index in line and start index in full text
  • Concatenate and add text at a beginning or ending of regex patterns detected
  • Replace regex patterns found with text you choose
  • Analyze text and present a summary of number of occurrences for patterns and their matches

The Multiple Regex Pattern Scanner adds to the other free on-line tools CodVerter is offering:

  • Base64 Encode Decode - converts unencrypted text to Base64 encryption, and reverses text encrypted on Base64 to unencrypted text
  • XML to JSON Converter - converts data in XML format to JSON format
  • JSON to XML Converter - converts data in JSON format to XML format
  • Text to String Variable Converter - converts plain text to code of concatenated strings. Code is supported in these programing languages: Java, JavaScript, C, C++, C# and Visual Basic.NET.
  • String Variable to Text Converter - converts code of concatenated strings to plain text. Code is supported in these programing languages: Java, JavaScript, C, C++, C# and Visual Basic.NET.
  • XML Validator - validates XML data. For invalid XML the converter's output will show relevant error message, while for valid XML output can be shown as Pretty XML with indents or as Mini XML without indents or new lines.
  • JSON Validator - validates JSON data. For invalid JSON the converter's output will show relevant error message, while for valid JSON output can be shown as Pretty JSON with indents or as Mini JSON without indents or new lines.
  • Break Text Lines - a special converter for breaking text to lines based on conditions such as characters, words and line length (amount of characters).
  • CodVerter's Text Editor - a powerful text editor with many useful options.


Feel free to contact us and to join CodVerter's community.

Let's CodVert!