Book a Demo

Author Topic: Quotation Marks in Tagged Values  (Read 1924 times)

Daniel Sirz

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Quotation Marks in Tagged Values
« on: April 17, 2009, 07:17:33 pm »
Hello,

i have a Tagged Value Pair:

TAGNAME: VALUE
Regex: [RegexValidator(@"^(http\:\/\/[a-zA-Z0-9_\-]+(?:\.[a-zA-Z0-9_\-]+)*\.[a-zA-Z]{2,4}(?:\/[a-zA-Z0-9_]+)*(?:\/[a-zA-Z0-9_]+\.[a-zA-Z]{2,4}(?:\?[a-zA-Z0-9_]+\=[a-zA-Z0-9_]+)?)?(?:\&[a-zA-Z0-9_]+\=[a-zA-Z0-9_]+)*)$")]

My Problem is, that i can't transform that Regex from PIM to PSM because there are quotation marks in it.

How can i achieve this???

is there a possibility?

Thanks, Daniel