#AppianFitNesse Regular expressions.

Hi Everyone,

Could you please let me know how to use the regular expressions to validate the strings in Appian pages.

Thanks in advance.

OriginalPostID-251108

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    @vahedullas As per your requirement You can install a plugin named as Appian Regular Expression Functions, at following URL

    https://forum.appian.com/suite/tempo/records/item/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUhemjLnMWmh9flkoBj4U4HmAkkPRpCPt5Lw/view/summary

    this defines several functions such as

    RegexIsMatch
    RegexFirstMatch
    RegexAllMatches
    RegexReplaceAll

    You can push any one of these function, into an Expression rule and can invoke the rule in an Interface

    Hope this will help you
Reply
  • 0
    Certified Lead Developer
    @vahedullas As per your requirement You can install a plugin named as Appian Regular Expression Functions, at following URL

    https://forum.appian.com/suite/tempo/records/item/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUhemjLnMWmh9flkoBj4U4HmAkkPRpCPt5Lw/view/summary

    this defines several functions such as

    RegexIsMatch
    RegexFirstMatch
    RegexAllMatches
    RegexReplaceAll

    You can push any one of these function, into an Expression rule and can invoke the rule in an Interface

    Hope this will help you
Children
No Data