Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 1,402 for

regular expression

(0.08 sec)
  1. Working with Metadata using Regular Expression ...

    A new update for Java users! We are announcing a number of enhancements in the monthly release of GroupDocs.Metadata for Java 18.5. The latest version allows you to search and replace metadata using a Regular Expression, read DublinCore metadata using a unified approach, and edit ZIP archive comments. Furthermore, memory consumption is now reduced for ZIP, torrent, and EPUB file formats. We recommend you to install the latest version of API for a better experience....replace metadata using a regular expression, read DublinCore metadata...replace metadata using regular expressions Unified DublinCore metadata...

    blog.groupdocs.com/metadata/working-with-regula...
  2. SyntaxError: invalid named capture reference in...

    The JavaScript exception "invalid named capture reference in Regular Expression" occurs when a Regular Expression pattern contains a named backreference that does not refer to a named capture group before it. The similar error message "invalid named reference in Regular Expression" is thrown when the sequence \k is encountered but is not followed by <....reference in regular expression" occurs when a regular expression pattern..."invalid named reference in regular expression" is thrown when the sequence...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  3. SyntaxError: duplicate capture group name in re...

    The JavaScript exception "duplicate capture group name in Regular Expression" occurs when a Regular Expression pattern contains two or more named capturing groups with the same name, and these capture groups could be matched at the same time....name in regular expression" occurs when a regular expression pattern...SyntaxError: Invalid regular expression: /(?<a>)(?<a>)/: Duplicate...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. SyntaxError: invalid capture group name in regu...

    The JavaScript exception "invalid capture group name in Regular Expression" occurs when a named capturing group or named backreference contains an invalid identifier....capture group name in regular expression" occurs when a named...SyntaxError: Invalid regular expression: /(?<1>)/: Invalid capture...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  5. SyntaxError: invalid identity escape in regular...

    The JavaScript exception "invalid identity escape in Regular Expression" occurs when a Unicode-aware Regular Expression pattern contains an escape sequence that does not represent a recognized escape sequence...."invalid identity escape in regular expression" occurs when a Unicode-aware...Unicode-aware regular expression pattern contains an escape sequence...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  6. SyntaxError: invalid character in class in regu...

    The JavaScript exception "invalid character in class in Regular Expression" occurs when a character appears in a v-mode character class but it's not allowed to appear literally....character in class in regular expression" occurs when a character...SyntaxError: Invalid regular expression: /[|]/v: Invalid character...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. Search and Replace Metadata using Regular Expre...

    GroupDocs team is introducing a bunch of enhancements in this monthly release of GroupDocs.Metadata for .NET 18.5. Using the latest version, you can now search and replace metadata using a Regular Expression, read DublinCore metadata using a unified approach, and edit ZIP archive comments. Furthermore, memory consumption is now reduced for ZIP, torrent, and EPUB file formats. We recommend you to install and use the latest version of the API....replace metadata using a regular expression, read DublinCore metadata...replace metadata using regular expressions Unified DublinCore metadata...

    blog.groupdocs.com/metadata/search-and-replace-...
  8. SyntaxError: invalid class set operation in reg...

    The JavaScript exception "invalid class set operation in Regular Expression" occurs when a double punctuator sequence appears in a v-mode character class but it is not recognized by the syntax....class set operation in regular expression" occurs when a double...SyntaxError: Invalid regular expression: /[&&]/v: Invalid set...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  9. SyntaxError: negated character class with strin...

    The JavaScript exception "negated character class with strings in Regular Expression" occurs when a v-mode character class is negated and may be able to match a string (more than one character)....class with strings in regular expression" occurs when a v -mode...SyntaxError: Invalid regular expression: /[^\p{RGI_Emoji_Flag_Sequence}]/v:...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  10. Regular expression - MDN Web Docs Glossary: Def...

    Regular Expressions (or regex) are rules that govern which sequences of characters come up in a search....Русский 中文 (简体) 正體中文 (繁體) Regular expressions (or regex ) are rules...come up in a search. Regular expressions are implemented in various...

    developer.mozilla.org/en-US/docs/Glossary/Regul...