About 2,800,000 results
Open links in new tab
  1. regexp - Match regular expression (case sensitive) - MATLAB

    This MATLAB function returns the starting index of each substring of str that matches the character patterns specified by the regular expression.

  2. Negative matching using grep (match lines that do not contain foo)

    How do I match all lines not matching a particular pattern using grep? I tried this: grep '[^foo]'

  3. Home - SAS Support Communities

    Get SAS tips, share your knowledge, and find out about upcoming SAS-related events.

  4. strcmp - Compare strings - MATLAB - MathWorks

    This MATLAB function compares s1 and s2 and returns 1 (true) if the two are identical and 0 (false) otherwise.

  5. XSL: Meaning of `match="/"` for `xsl:template` - Stack Overflow

    The value of the match attribute of the <xsl:template> instruction must be a match pattern. Match patterns form a subset of the set of all possible XPath expressions. The first, natural, limitation …

  6. Solved: PROC PSMATCH: How to get the standardized mean …

    Aug 7, 2019 · Solved: Could anyone tell me how to get the standardized mean differences in Figure 98.6: Standardized Mean Differences from the linked example,

  7. MATLAB - MathWorks

    The official home of MATLAB software. MATLAB is the easiest and most productive software environment for engineers and scientists. Try, buy, and learn MATLAB.

  8. How can I compare two lists in python and return matches

    The question was interpreted in two different ways. If the goal is to find all the elements that are common to both lists (regardless of where they appear in the list), that is a list intersection. …

  9. regex - Regular Expressions- Match Anything - Stack Overflow

    How do I make an expression to match absolutely anything (including whitespaces)? Example: Regex: I bought _____ sheep. Matches: I bought sheep. I bought a sheep. I bought five …

  10. contains - Determine if pattern is in strings - MATLAB

    This MATLAB function returns 1 (true) if str contains the specified pattern, and returns 0 (false) otherwise.