About 1,040,000 results
Open links in new tab
  1. Regex pattern for numeric values - Stack Overflow

    Nov 14, 2008 · Regex pattern for numeric values [closed] Ask Question Asked 16 years, 6 months ago.

  2. c# regex for number/number/string pattern - Stack Overflow

    May 7, 2015 · You are missing the quantifiers in your Regex. If you want to match 1 or more items you should use the +.If you already know the number of items you need to match, you can …

  3. Datatable select () - search for numeric pattern - Stack Overflow

    Dec 20, 2011 · Thanks Andrew, but i only need to look for patterns, not whole numbers.. lets say the purchase order has 10 digits: i need to find any PO in the '45000xxxxx' gap or just …

  4. stringr - How do I remove numeric patterns of a certain length …

    May 17, 2022 · Say I have the string - some_string <- "this is a string with some numbers 9639998 21057535 1000 2021 2022&quot; I would like to remove numeric patterns that are 7, …

  5. Angular 5 Validators.pattern regex for only numbers

    This was only for friendly usability since using a input type text when only numbers are allowed, gives you the whole keyboard instead of the keyboard with only numbers on mobile. One great …

  6. Find a numeric pattern R - Stack Overflow

    May 18, 2016 · Finding numeric element patterns using conditionals R. 128. Find duplicated elements with dplyr. 3.

  7. c# - Regex match of string-numeric patterns - Stack Overflow

    Feb 11, 2014 · I have a couple of different string-numeric patterns that needs validation during user input. They look like this // Always a dash, always a comma var variant1 = "0-5,99"; // …

  8. How to format numeric values with pattern? - Stack Overflow

    May 8, 2018 · Now to change something like 12345 to 12340 we'll have to remove some of the numeric value. We can find out much by converting to a string, pulling the last character, and …

  9. How to decode nested numeric patterns in strings like 2 [2 [32]1 …

    Apr 23, 2025 · encoded_string may itself have nested patterns in the form of k[encoded_string] that need to be decoded. k is guaranteed to be a positive integer. The data in its decoded form …

  10. Can someone look at my Java code for numeric diamond pattern …

    Jul 7, 2013 · I am getting the hang of using nested for loops to make numeric patterns. This code works just fine as long as I do not enter a number above 7. for example, when I put in 7 it …