Search results

  • # Use Regex to remove punctuation and isolate words
    3 KB (428 words) - 09:53, 15 June 2018
  • longitude = str(001.2528) # must be a string for regex to work
    3 KB (360 words) - 02:25, 15 December 2011
  • pat = r"(\d\d\d),(\d\d\d),(\d\d\d)," # use dirty dirty regex to manually convert rgb result to a tuple # TODO change regex method to only scrape the first instance of string on a page
    14 KB (1,999 words) - 16:09, 3 August 2012
  • Match name of user <code>.query.allusers[].name</code> that star with 0 - regex: "^0.*"
    6 KB (878 words) - 22:10, 18 November 2019
  • * [[PythonRegEx |Regex]] - Python * [[Finding capitalized words]] - Python, regex
    10 KB (1,455 words) - 14:48, 29 September 2023
  • ##TODO add backslashes to user's string before performing regex
    9 KB (1,355 words) - 15:00, 21 June 2012
  • ...and I had my few moments of epiphany, like when I discovered how to loop a regex over a batch of 74 files, instead of having to do it by hand.</small>
    9 KB (1,513 words) - 18:22, 1 April 2016
  • * Learnt how to grab live ship position using regex .findall() method * Plug in regex-grabbed longitude to % calculator (need to limit number of digits)
    38 KB (6,165 words) - 14:04, 6 December 2011
  • p= re.compile(r"^(\d\d\:\d\d) \((.*?)\)\: (.*)") # regex for capturing groups: time, character, sentence
    10 KB (1,569 words) - 12:04, 13 October 2017
  • We also learned about Regular Expressions [or RegEx], which are tools to do advanced search and replace in the terminal.
    11 KB (1,899 words) - 17:15, 1 April 2024
  • ...form where ppl can submit their url, which is then used as the url for the regex match. * Figure out how to print custom content when a regex matches nothing
    27 KB (4,578 words) - 17:37, 3 April 2012
  • //ugly regex hack for validating image
    31 KB (3,219 words) - 12:17, 3 April 2012
  • * With: regex, pdfposter (A0 > A3's), multiple stylesheets (all/screen/print), color sepa
    5 members (0 subcategories, 2 files) - 23:19, 13 September 2022
  • ...A.pdf Link to the syllabus of my Languages and Automata class], which uses RegEx as an entrypoint to automata theory.
    56 KB (9,536 words) - 12:22, 10 March 2024

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)