About 1,538,518 results (4,868 milliseconds)

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
Formats ASCII characters in a BYTES value as uppercase. ASCII. See more code ... D; /*-------+-------+-------+-------* | A | B | C | D | +-------+ ...

Wonky TI99/4A

https://groups.google.com/g/comp.sys.ti/c/vYbIBSKc7II
just realised is what you'd get if you subtracted 64 from the ASCII value of ... - Uppercase letters work correctly - [FCTN] characters work except ...

Filtering by upper case

https://groups.google.com/g/openrefine/c/wRyqKBO6vJI
... uppercase characters. You can do this with something like: filter(value ... lowercase character. You are left with an array only containing the ...

String functions in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/string_functions
Formats ASCII characters in a BYTES value as uppercase. BYTE_LENGTH. See more ... d' as letter_group) SELECT SPLIT(letter_group, ' ') as example FROM ...

Format elements | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/format-elements
Converts a sequence of bytes that are ASCII values to a string. If the input contains bytes that aren't a valid ASCII encoding, an error is returned. Input: b'\ ...

Customizable Separator for slugify

https://groups.google.com/g/django-developers/c/GbrcLwtUceE
... value).encode('ascii', 'ignore') 207 value = unicode(re.sub('[^\w\s-]', '', value).strip().lower()) ... To the original poster's question I'd say that using ...

IsUpper method in PowerShell?

https://groups.google.com/g/microsoft.public.windows.powershell/c/BFSsurIAi6o
Mar 28, 2007 ... # Check if the char is uppercase? <insert cool line here> }. I did consider testing against the ASCII value. Capital characters run from 65 ...

Functions (alphabetical) | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-all
... character in each word is uppercase and all other characters are lowercase. ... Formats ASCII characters in a BYTES value as lowercase. LPAD, Prepends a ...

Fira Code - Google Fonts

https://fonts.google.com/specimen/Fira+Code
This is just a font rendering feature: underlying code remains ASCII-compatible. This helps to read and understand code faster. For some frequent sequences like ...

URL Structure Best Practices for Google Search | Google Search ...

https://developers.google.com/search/docs/crawling-indexing/url-structure
Unreserved ASCII characters may be left in the non-encoded form. ... https://example.com/calendar.php?d=13&m=8&y=2011. If your site has an infinite calendar ...

Excluding values with numbers

https://groups.google.com/g/comp.databases.oracle.misc/c/L_-0o2TkW3Q
Dec 29, 2009 ... INSERT INTO T10 VALUES ('HE4423');. COMMIT;. Note that I added a couple of extra rows just for fun. Let's look at the ASCII values of the first ...

Text analysis | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/text-analysis
An uppercase letter in a term is made lowercase, but ASCII values greater than 127 are kept as is. ... You can use the same token filter as many times as you'd ...

Converting Uppercase to Lowercase in RPG

https://groups.google.com/g/comp.sys.ibm.as400.misc/c/aXaHDM3sZYY
the ASCII value for uppercase characters are x number higher than lowercase characters? ... thing in RPG III - it's a lot simpler than a loop. D Upper C ' ...

Configure your environment | Cloud Functions for Firebase

https://firebase.google.com/docs/functions/config-env
... uppercase ASCII letter or underscore, and then consist of uppercase ASCII letters, digits, and underscores.) Enter a PREFIX to rename invalid environment ...

Encoding | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/encoding
If you use the Protoscope tool to dump those bytes, you'd get something like 1: 150 . ... number 2 containing the ASCII string "testing" . The result is ...

Brainfuck for Dummies.doc

https://docs.google.com/document/d/1M51AYmDR1Q9UBsoTrGysvuzar2_Hx69Hz14tsQXWV6M/edit
Oct 23, 2019 ... then moves the pointer to a[1] which holds 70, adds two to it (72 is the ASCII character code of a capital H), and outputs it with the "." ...

[erlang-questions] Strings as Lists

https://groups.google.com/g/erlang-programming/c/YJZpe3R_3z0/m/qBdFBavqds0J
Feb 13, 2008 ... non-ascii characters in the syntax, even though Erlang source code is ... the uppercase/lowercase distinction, but I never said you'd want to

URL Encoding | Google Maps Platform | Google for Developers

https://developers.google.com/maps/url-encoding
and the Mysterions," you'd need to encode the ... All characters to be URL-encoded are encoded using a '%' character and a two-character hex value corresponding ...

tomihasa - ASCII 7-bit: Printable Characters

https://sites.google.com/site/tomihasa/ascii-7-bit-printable
Jul 23, 2014 ... This page is for listing the printable characters 32—126 in ASCII 7-bit including decimal values and descriptions. ... D 068 uppercase D. E 069 ...

Text Format Language Specification | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/text-format-spec
There is one edge case that requires special attention: a number token ... value 0x34 (ASCII '4'). To ensure correct parsing, express octal escape ...