Computer Science, asked by susutunok, 1 year ago

6. Which of the following matches the pattern? AS%T88%43

Answers

Answered by pradnya250604
0

Answer:

WHAT PATTERN?? PLS ATTACH THE PIC

Explanation:

Answered by Jasleen0599
3

Answer:  AS%T88%43

  • Checking for a certain sequence of letters, tokens, or data among the given data is the process of pattern matching. Regular expressions (regex) are used in regular programming languages to match patterns.
  • When Use Pattern Matching is enabled, you can search for any special character as ordinary text by putting a backslash before it (\).
  • to check a string expression character against a set of characters. The pattern string should be enclosed in brackets ([]), and the lowest and highest characters of the range should be placed inside the brackets, separated by a hyphen (-). Any single character from the range matches correctly.

#SPJ3

Similar questions