+

Search Tips   |   Advanced Search

  • Previous Topic
  • Next Topic
  • Book Index
  • Regular expressions

    In This Appendix

  • Overview
  • Quick reference
  • Examples
  • Common errors & tips
  • Links to regex resources
  • Links to regex testers
  • Overview

    Introduction

    NeoLoad includes the Apache Jakarta ORO regular expressions, described in the Jakarta website, for handling Perl5-compatible regular expressions.

    Regexes may be used within NeoLoad to define:

    This guide is not intended as a comprehensive guide to regular expressions. For more information about common cases, see Quick reference and Examples. See Links to regex resources.

    For more information about testing regexes, see Links to regex testers.

    Use regular expressions

    Regular expressions are used to find substrings matching a pattern.

    You can consider the following text as an example: The value is: 45675

    You can perform two kinds of operations on the text:


    Home