Regex for null value. Unfortunately, the variable seems to be null.

Regex for null value. Regex to match non-numbers.
Regex for null value any character except newline \w \d \s: word, digit, whitespace \W \D \S: not word, digit, whitespace [abc] any of a, b, or c [^abc] not a, b, or c W3Schools offers free online tutorials, references and exercises in all the major languages of the web. df. An empty string is not NULL, typically. When I try to output RegexMatcher. The residual affect is that it is causing syntax problems in my custom email notification any time an event is captured with a blank value. Sep 12, 2014 · By adding in the ||[null,null] and surrounding it in parentheses, you can safely index item 1 in the array without having to check if match came back with results. The problem with the code you are typing is that select-string does not pass down the actual Regex object. Sample below: ^(?:[A-Za-z \\s\\-]*|)$ May not be exact, but hope you got the idea. birth. Java Regex non-empty string. Just a note: you can't check if a value is NULL using regex. test() on null, JS runtimes appear to convert null into its string form ("null") and then test the regex against that. so that should anything other than an empty area be found it prints the "invalid" code. ReadLine() While (line <> Nothing) line = sr. IsMatch(line, "\b40\S*") Then 'Looks for Menard files MsgBox(line) Else MsgBox("THERES NO MATCH") End If End While You read a line, check whether it is Nothing and, if it isn't, you immediately discard that line and read another and use that. Apr 7, 2019 · Which only selects numbers from this value. prototype. Aug 10, 2015 · How to remove null value in json string. How to match a value of null when there is no discription avalible as seen in the last two lines. The (null) value is always in the 3rd column. C# - regex - replace non matching characters. Also in the next step I would need to split each word from the new column to the separate row. If you only want to run the regex once, you will have to roll you're own function which isn't too difficult. Match(input); My static analysis tool complains without a null check on m, but I'm thinking it's not actually necessary. the formula tool seemed like the cleanest way to do it since otherwise i'd need 25 parse tools strung together. Regex replace can replace empty strings, but that seems to find and replace all instances of a single string Feb 13, 2013 · I dont know how to use regex ,i have seen them to be used in email validation ,Is there any way i could restrict null values by using regular expression May 21, 2013 · The problem I'm having is that when I get into the while loop, calls to RegexMatcher. In the map, have a copy condition which copies value only if not null, not empty and not empty strings… So after the map if the orig value ‘x’ is empty, I should get NULL and if ‘x’ has some value, then I should see that value. Aug 27, 2015 · Oracle REGEX_SUBSTR Not Honoring null values. var formula = "round((DATAtotal_sq_ft * . Showing how to butcher JSON via REGEXP_REPLACE Apr 5, 2010 · To clarify/add another detail to previous answer: PCRE library accepts pattern as a "C" nul-terminated string. Jan 14, 2020 · The WireMock documentation only shows support for Regular Expression for the node values in the form of the "matchesJsonPath". select * from table where column is null. I then pass this regex through a matcher and use a loop to . To check the String isn't empty you can just use !myString. Jul 17, 2015 · The pattern you have in the Regex object is NULL. In the Jayway documenatation there is an online example: $. grep --invert-match Mar 9, 2022 · How to match the description without also matching the duplex value of Full, because of it's spaces. May 23, 2024 · Hi forum, What is the best way, in Pipeline Builder, to replace null values in a column with a string. *REES/i)]. But when searcing only remove the quotation marks if what is encapsulated between the quotation marks is the word NULL and not any other word. Jan 11, 2011 · On the right, we produce sets; remember, that a regular expression is a way to denote a language (a set), and so this way to write down the definition becomes understandable: on the right, we simply use some (simple) regular expressions as a short way to refer to sets. Regex for empty Mar 18, 2020 · Getting null value for variable on using regular expression extractor for Json response. Feb 12, 2021 · regex returning null value. Mar 22, 2014 · Regular expression to check Not Null values and empty strings. I don't know if anyone invented this before, I couldn't find anything online. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. Ask Question Asked 3 years, 10 months ago. Regular expression to check Not Null values and empty If you want to replace an empty string and records with only spaces, the correct answer is!:. I want to put in value “NULL” in ‘y’ if the value of the variable ‘x’ is null or empty or string containing spaces. I really tried and couldn't find a post about a regex which only matched an empty string, let alone one which dealt with that and the difference between \z and \Z. test(null); // true regex. Oct 12, 2017 · Regex returns null for value if there is no match. g. Aug 9, 2021 · line = sr. Jul 14, 2010 · Regular expression not match. 13. The OP regex belongs to an ^. How do I get the ?! regex operator to work properly? 1. please your advice private static final String REMOVE_NULL_VALS_REGEX Jul 20, 2022 · @OllieClarke true, i havent given the regex parse tool much thought but i have about 25 values that i'm pulling out of a large block of text. append regex for null/empty string based on your requirement to your existing regex. net. var ValidationRegex = new Regex("NULL"); This regex is looking for a string NULL in the input string (like This value is NULL. match was more consistent", well, tough luck but SO is not a forum for complaining about the ECMAScript spec) Sep 15, 2017 · Currently my regular expression that I have is throwing out any null input. May 31, 2018 · WHERE REGEXP_LIKE( NULL, '. So, if evaluates to true. . The expression is: String[] fragments = sentence. IsMatch handle null values. replace(r'^\s*$', np. an empty string, but it only matches those strings at very specific places, namely at the boundaries of a word. Any idea if can exclude those null records from the syntax of REGEXP_SUBSTR, without adding any where clause. test(null) true /n Jul 28, 2019 · I'm trying to remove null values for some key, I tried with this REGEX but it's not working. Deserialize null regex property with json. Regex match is null. Dec 29, 2011 · I am trying to do something I thought would be pretty easy to do, which is to restrict a string to certain characters by matching a regular expression. Instead it passes a different class called MatchInfo which does not have the actual regex matches information. Could you just give me a hint which way to go? Thank you a lot for your help :). Extraction of value using Regular Expression Extractor using JMeter. Explanation: " - match quote (- begin of capture group [^"]+ - will match (capture) one or more characters which are not quote) - end of capture group " - match quote Jul 23, 2016 · Careful with what you mean by NULL. ^\s+$ would match both "\t\n" and "\t\t". I tried displaying the ASCII value and it printed 0 (So I am confirmed it is a null value). If you look at the documentation for the method it clearly states that you will get a ArgumentNullException if any of input, pattern, or replacement is null. ReadLine() If Regex. Of course, you can replace the [null,null] with whatever you'd like as a default. (Quoting PCRE docs: "The pattern is a C string terminated by a binary zero". For Tableau extracts, regular expression syntax conforms to the standards of the ICU (International Components for Unicode), an open source project of mature C/C++ and Java libraries for Unicode support, software internationalization, and software globalization. Hot Network Questions Aug 3, 2017 · Be aware that the implementation for regular expression libraries may vary and also be slightly different in various languages e. Regular expression Feb 4, 2011 · Regular expression to check Not Null values and empty strings. Please see my below answer for reference – AJJ. 2. Oct 21, 2013 · Try with "(?i)null" as regular expression. nan, regex=True) The accepted answer. Sometimes the RegEx match and replace formulas can be a bit tricky to get to behave exactly as you would intend. Javascript regex to detect emptiness or specific pattern. Java: regexp excluding empty values. Try to find a library routine for matching them. String concatenate null value and retrieve null value java. There is a character in the ASCII table for NULL at codepoint 0 so your idea of doing \x00 would detect the NULL chara Sep 7, 2013 · Regular expression for Zero value or null value. Regex matching zero or none and Or. author =~ /. Any idea of what could be wrong? I am using JMeter 2. org Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/. !($6~/^[]$/) {print "6th field invalid"; thanks for your help Mar 21, 2022 · Match1 Group: I_am_group group I_am_group subGroup null Is it possible with regex to create an empty group when it's not found? or give a default value to a group if the value not found? In this case, I want to create the group named- 'subGroup' on the result with the value- null. Oracle regexp without white space. REGEX no Mar 24, 2021 · when I tried without ignoring nulls I got a error: 'Cannot mask Naan/Null values' excepted output: corrected_df: a b c 0 rt-0000 abc 1 1 vb 2 2 rt-1234 abc 3 3 op 4 wrong_df: 4 rt-123 oip 5 Feb 18, 2016 · When calling RegEx. Instead, I have to design a query using value MATCHES [regex] select * from table where column matches ^ Is there a regex that resolves/locates a null value? Here's a screenshot of the GUI query editor; the text box accepts regex expressions Feb 7, 2017 · Regular expression to check Not Null values and empty strings. ' ) Will also return NULL and not TRUE or FALSE and, since it is not TRUE then the row will never be returned. Store the value from the XML in a local variable first, then you can use the same variable to easily: Check for null; Check against the regex Jun 13, 2012 · How can I match a field in the MySql-Database with a regular expression that should be null or a defined string? In Javascript the expression would look like this (and in JS it works) /(. hy guys, i want remove all special charachters with regex in my input field, I want allow numeric, alpha, white spaces (i menage that) and I want to allow that field under regex can be NULL (empty value) My code Oct 1, 2018 · (what I'm trying to say is that your problem boils down to "how do I detect null" — and you seem to be aware of that — and this is a very complicated way to frame that question ; if on the other hand your post is meant to say "I wish String. ' ) Will return NULL and not TRUE or FALSE. 0. Here is an example that works where all values are present and I am selecting the 2nd occurrence of 1 or more characters that are not a comma: Oct 28, 2014 · So when you try to execute s. Ask Question Asked 8 years, 8 months ago. Net. For this reason the only approach is to name all the nodes that are not allowed to be null. RegEx match expression or nothing. However, I would like it to exclude a couple of string values such as /ignoreme and /ignoreme Naturally, key names can change, but those with values null need to be removed. In your case, Regex. {0}|^ADO$)/ Feb 21, 2022 · SELECT REGEXP_REPLACE( $1 , '"null"', NULL) AS "JSON_DATA" FROM TEST_TABLE As you have it, the DB is looking for a columns named null, that what snowflake reads double quotes as. ) Dec 3, 2019 · I notice the query return record with null value (without msg_id) as well. test('a'); // true regex. 3. What are the best ways of doing this? May 23, 2012 · How can I make this regex match 9 consecutive numbers or 14 consecutive numbers or null values? Basically I want to modify the regex so that a user does not need to enter a value for this field. – Feb 21, 2011 · It's extremely ugly and long and complicated and your regex parser probably can't handle it anyway. Character classes. python regular expression returns empty string. Feb 28, 2014 · You cannot check for not-null using a regular expression, because that regex is run against the String. python-3. In most programming languages it means no pointer, no reference, unassigned, or even 'zero'. Sample data of MISC: Apr 19, 2013 · In this case you can find (though not really match) the blank lines by selecting "Extended" Search mode and searching for '\n\s', if you select "Regular Expression', your string will match the same, and you can also try @polygenelubricants 's solution. Spaces, tabs, and newlines are characters too! By using ^$, you match the beginning of the string with ^ immediately followed by the end of the string $. Aug 15, 2016 · This regex matches hex numbers, phone numbers, IP addresses and more, it allows grouping stuff like 123 456 789, it specifically excludes stuff like regular words, addresses or dates and it contains basically an AND operator, which doesn't really exist in regex. You can either do a null check on those values before calling the method or using the null-coalescing operator ?? inline. IsValid always returns true but I believe it should be false (just spaces works fine). Jan 19, 2021 · I would like to remove any row within a . regexp_substr for getting correct result. match(regex), the object returned is an array of two String values. replace(r'\s+', np. Value. If "NULL" is found, replace "NULL" with NULL instead. Jul 4, 2018 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Jul 27, 2022 · I use the following regex to extract the field: Is there way I can make it to return null besides creating any custom udf to do this operation or replacing empty Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/. SQL Getting missing expression when using regexp_substr. Your regex matches a string that consists entirely of non-whitespace characters and is at least one character in length. Regex returning empty string. Dec 22, 2022 · I'm not able to design a query to test value IS NULL. split("(?<=\\b|[^\\p{L}])"); Is there a way to modify this regular expression so that if it comes across a null input, the array will contain that null value so it can be processed later in the program? Search, filter and view user submitted regular expressions in the regex library. All steps are demonstrated below. You have to store the result of match in a variable and determine if that is null or not before trying to grab [1]. Aug 16, 2017 · Oracle REGEX_SUBSTR Not Honoring null values. select REGEXP_SUBSTR ('2035197553,2,S,14-JUN-14,,P', '[^,]+', 1, 1) AS phn_nbr, REGEXP_SUBSTR Jan 24, 2017 · So search all of: abc123="NULL". This works fine when all values are present, but fails if an item is null. Match is not producing a null, you are passing it a null as its first parameter. IsMatch the empty string returns false - as expected). e. Based on some googling, I’ve tried: ^\d*. Allow empty string with regex. Jan 8, 2008 · Initialize all the variables with default values like “NULL”. Oct 27, 2013 · There are a lot of pattern types that can match empty strings. I think regular expression library in what you leverage - should support it, but if not you always can write your own library. 5. 1 Elasticsearch, dealing with null values in date field. Exceptions: ArgumentNullException - input or pattern is null. df = df. Does anybody know how to match a null character ? Jul 26, 2010 · On \b \b in most flavor is a "word boundary" anchor. Nov 2, 2023 · I am attempting to retrieve an OTP from email using regex,but it encountering null values in the results. IIF(IsNull([Field1]),Null(), REGEX_Replace([Field1], '\s+', '') I think the output of a RegEx formula wants to be a string, so that may override Nulls, if I am correct. Regexp: Anything but a number or nothing at all. I’m trying to filter out rows based on if a column (string) matches a numeric value or is null. Apr 8, 2016 · How can I include null values in using a regular expression with oracle an in fact return everything including null. I. C# - Null conversion fails. i also checked with regex 101. Or in other words making the validation for this field optional. It'd be nice to remove the null check so my code coverage is 100% for the method it's contained in. There are several online-regex testers around to play with e. Works fine. See link on Regex101: Caller Computer Name:\s+([^ ]+) Jan 8, 2008 · I need to copy variable x to variable y only if the value of the variable is not null or not empty or not string containing spaces. The first element is your s variable if it contains your regex value. find the correct values. 8 Convert empty strings to null with Json. If you would like to make null inputs valid, you could change your call as follows: Match BirthYear2 = Regex. ), and the ValidationRegex object is initialized and is not null. So, can anyone explain me why this is not the case? If I do the same test in C#: var regex = new Regex("^[a-z]"); var res = regex. Jul 14, 2015 · Regular expression for Zero value or null value. Create "regular expression to detect empty string", and then inverse it. How to return NULL in regex. I don't want to clutter up SO. Invesion of regular language is the regular language. Unfortunately, the variable seems to be null. Regexp_substr expression. IsMatch(null); // <-- ArgumentNullException let regex = /[a-z]+/; regex. (It is necessary to use a regex as the value is replaced with a variable in python and so the value will not always be null. Jul 11, 2017 · If you are still looking for a Regular Expression Extractor solution - just use $1$ as a template, Match No follows the same rules as for the CSS/JQuery extractor, see JMeter - Regular Expressions guide for more details. Txt file @rimiro extended in the sense that specially escaped characters (basic regular expression metacharacters like \n et cetera) can be matched against rather than simply the characters typed. Regular expression that don't match 0. Null warnings when looping through Regex. date ?? "", BirthPattern2); Aug 27, 2014 · I have an issue of regex_substr not honoring the null value. Aug 31, 2021 · I need to replace the string in column "value" with null and put this string into new neighbor column "other tools". ?\d*$|^null$ ^\d*. book[?(@. Modified 8 years, regular expression to tokenize string. You might also want to look at STRIP_NULL_VALUE and/or IF_NULL_VALUE. An example of the data i would be reading is: "goalsHomeTeam":"2" Or "goalsHomeTeam":NULL Many thanks, Luke See full list on freecodecamp. I wrote : m/^$/ig which really didn't help me. isEmpty() Jan 5, 2017 · To search for null attributes in JSON text, you can use following regex: /"([^"]+)": null/ Above regular expression will capture in group 1 all the attributes with value null. Why is this javascript regex returning null? Hot Network Questions Oct 2, 2013 · That's a post about a regex which doesn't match the empty string with a set of answers as to why. They look empty, but are not. but maybe that isn't so bad Dec 8, 2014 · I was assuming that the last case was going to return false since it does not meet the regex (the value is null and thus, do no start with a character in the range). 6) + (QTY16 Apr 18, 2013 · I want to find the null characters in an array, which I have. Over 20,000 entries, and counting! Nov 8, 2018 · You can use Alternation Constructs in regular expressions to separate multiple patterns. Commented Oct 21, Java regular expression consider empty values. match(regex) will return null. Apr 27, 2015 · I am trying to use a Regular Expression Extractor to extract this number: I am doing another post request using the extracted value. Regex for just only numbers. Regex to match non-numbers. test(''); // false regex. Just separate patterns using pipe '|' i. If you need more information on a specific topic, please follow the link on the corresponding heading to access the full article or head to the guide. 332. I am using REGEXP_SUBSTR() to return the nth value from a comma-separated list. Java regular expression Apr 25, 2013 · I have this on submit function that checks for the email field to have a properly formatted address. Regex regex = new Regex(pattern); Match m = regex. Regex to match a valid hex string but not all '0' 0. test(undefined); // true So based on this link, Is it a bug in Jul 14, 2015 · Not it is not possible to ignore the null value and continue. The latter will really match the line, you can check and see the difference. Negating the expression to: WHERE NOT REGEXP_LIKE( NULL, '. var value = 'FailureStr1ng'; var type = 'ALP Aug 7, 2018 · Just don't call the method with a null value. Regular Expression to validate empty fields. Sep 29, 2015 · If the value is null or an empty string, RegularExpressionAttribute. Sep 9, 2020 · Also, this code works on rows of column B where corresponding values in column A are non null instead of only running on rows where column A values are null. nan, regex=True) Regex. Instead you need to explicitly check for a NULL value: WHERE NOT REGEXP_LIKE( col, '^. – twobob Commented Feb 20, 2018 at 1:15 Mar 18, 2022 · For information on regular expression syntax, see your data source's documentation. Match(kvpInd2. {1,10}$' ) OR col Dec 24, 2013 · Regex to keep null input. It is a zero-width match, i. I'm no regex expert but I believe the expression is ok (If I validate the regex directly from my code using Regex. If you only want to solve the practical problem of matching an email address (that is, if you want wrong code that happens to (usually) work), use the regular-expressions. In this case, I would recommend just adding a test for nulls. Regex to match a pattern or empty value. May I suggest you Jul 22, 2009 · Oracle REGEX_SUBSTR Not Honoring null values. Thus, it does more than just "check if there is at least one non-whitespace character". group(0) , it returns an empty string, even though myString definitelly contains like "hello 1d" - which should return at least 1st group as Feb 13, 2019 · i'm trying to work out with the code below how to pass a null value into the regex. I suppose re (regular expressions) Python regular expression replace string. info link someone else Nov 30, 2012 · The regex is good, but the explanation is a bit misleading. If your s value doesn't contain your regex at all, then s. MatchCollection (C#) Hot Network Questions Reference request on Niels Henrik Abel The problem is that sometimes the "Caller Computer Name" field has a null or empty value and my regex does not account for it. php, java, C++, etc. I'm starting to learn Regex and hope someone can help me out. How do I write a regex to filter out those values. Include null in oracle regex. Oracle Regular Expression for Null Character. The second element is the text that's been appended to your regex value. 4. While using regex to match values inside of a formula string I found this issue that regex would return null even though there is a match. Is this an issue with Oct 5, 2014 · i need a regular expression for checking numbers , allowing 'null' value and not allowing whitespasces; in CustomerViewModel: [Display(Name = "Phone I have a regular expression as follows: ^/[a-z0-9]+$ This matches strings such as /hello or /hello123. *$ type, and it is easy to modify it to prevent empty string matching by replacing * (= {0,}) quantifier (meaning zero or more) with the + (= {1,}) quantifier (meaning one or more), as has already been mentioned in the posts here. x regex Sep 20, 2013 · Oracle REGEX_SUBSTR Not Honoring null values. I would like to add this to a script that I already have. Any suggestions on what I’m doing wrong? Cheers, David. NET, Rust. This regex to Jul 12, 2013 · \s is the character class for whitespace. Regex to allow only some characters or empty string in a text field. Jan 3, 2024 · Hi all, I’m very new to REGEX. A few examples: /[a-z]+/. ,∅ means the empty language (the empty set), and λ (if interpreted as regular expression for is empty space. txt file that contains &quot;(null)&quot;. Related. – Regex. RegEx returning null after excecuting? 0. ?\d*$|^\w$ In both cases, the null values end up not being included in the match. group(i) will always return a NULL value, meaning they were not found in the string. 1. However, I want the field to allow a null value as this particular input is optional Jul 10, 2015 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Oct 28, 2024 · This page provides an overall cheat sheet of all the capabilities of RegExp syntax by aggregating the content of the articles in the RegExp guide. ORACLE - regexp_substr to return Dec 6, 2018 · Your problem is that if text string doesn’t match the regex, then the match function returns null, which does not have a [1] to it. vejk kyk oedobywp risnzgc koeusp fqzsw ktnpvl motdpqp dhxciqnj jssrgb
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}