About 1,687,980 results (5,464 milliseconds)

How to use find+replace to replace newline (\n) with soft linebreak or ...

https://support.google.com/docs/thread/9648924/how-to-use-find-replace-to-replace-newline-n-with-soft-linebreak-or-vertical-tab-v?hl=en
Jul 10, 2019 ... I cannot get the replace function to accept the special character as a replacement. The pasted text is Unix/MacOS terminal shell output. I ...

Find and Replace: Cannot "replace with" Linebreaks (looking for ...

https://support.google.com/docs/thread/115248057/find-and-replace-cannot-replace-with-linebreaks-looking-for-double-spaced-problem-solution?hl=en
Jun 28, 2021 ... The simplest way I can think of is just a search-replace command -- find all the lines with two carriage returns and replace them with just one ...

I'm having problems remove all carriage returns from a document ...

https://support.google.com/docs/thread/208610798/i-m-having-problems-remove-all-carriage-returns-from-a-document?hl=en
Mar 30, 2023 ... Page numbers won't be indicated in the find & replace feature in Docs. To replace all your carriage returns, copy and paste the carriage return ...

Search and use find and replace - Computer - Google Docs Editors ...

https://support.google.com/docs/answer/62754?hl=en&co=GENIE.Platform%3DDesktop
If you want to replace the word, enter the new word next to "Replace with. ... You can find and replace strings of text, including characters, numbers ...

Search and use find and replace - Android - Google Docs Editors Help

https://support.google.com/docs/answer/62754?hl=en&co=GENIE.Platform%3DAndroid
Then type the replacement and tap Replace all. To return to the document, tap Done Done . Use find and replace in a spreadsheet. On your Android phone or ...

Oracle ODBC newline character translation

https://groups.google.com/g/comp.databases.oracle.misc/c/UYRkR582qcg
done using the TRANSLATE function, e.g.. SELECT TRANSLATE( column1, CHR(10), ' ') /* replace a char(10) with a space */ ... > paragraph Excel shows a small ...

How do I mass remove line breaks in Google Docs? - Google Docs ...

https://support.google.com/docs/thread/4814034/how-do-i-mass-remove-line-breaks-in-google-docs?hl=en
Apr 24, 2019 ... I want to know if there's maybe a way to find/replace line breaks ... I was expecting to have to remake the list, but the 'enter' button no longer ...

Replace copy/paste bullets with TW Style?

https://groups.google.com/g/tiddlywiki/c/14eFrM9-Qsw/m/zh697FOwAQAJ
I've seen some (and use) some copy/paste tables from Excel ... I imagine it essentially does find/replace based on tab characters or something replacing with ...

Find and Replace - finds the string but when I want it replaced it says ...

https://support.google.com/docs/thread/39815474/find-and-replace-finds-the-string-but-when-i-want-it-replaced-it-says-that-it-can-t-find-the-strin?hl=en
Apr 13, 2020 ... ... Find Replace, nor even by directly editing the cell. The value will always return to the output of the formula. I gave it a shot with Regex ...

Replace Text with Exact Text if it Contains Target Text - Google Docs ...

https://support.google.com/docs/thread/180678307/replace-text-with-exact-text-if-it-contains-target-text?hl=en
Sep 23, 2022 ... I've tried a query and Vlookup but even with wildcards it's not returning the partial match unfortunately. Here's a spreadsheet with an example, ...

How to remove unwanted spaces - Google Docs Editors Community

https://support.google.com/docs/thread/188915830/how-to-remove-unwanted-spaces?hl=en
Nov 16, 2022 ... My goal is to eventually split this string of characters so that each character will be in its own cell. ... 1) Use the Search and Replace tools - ...

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
To decode a base64url -encoded string, replace - and _ with + and / respectively. ... A duplicate character in source_characters results in an error. Return type.

Keyboard won't type in Excel

https://groups.google.com/g/microsoft.public.mac.office.excel/c/YHP0iIpVzsk
application and then type at least 1 character. When I return to. Excel ... replace the text in the find dialogue box until I click out and back in. I ...

Inserting "return" ("line break") into the Replace field of Find and ...

https://support.google.com/docs/thread/237798748/inserting-return-line-break-into-the-replace-field-of-find-and-replace?hl=en
Oct 4, 2023 ... I read online help, chatted with a google support agent, but can't seem to replace tabs with carriage returns in a google doc.

Delete empty last line

https://groups.google.com/g/textsoap/c/Hg01FqhnBBo
Finally, the blank replace means we'll delete this match. You can find more information about the character sequences in regex by selecting Help > Regex ...

Qlingo/uPlan Programming Help

https://groups.google.com/g/xmpie-users/c/sf9IGQ1ERyI
I was able to figure out how to write the Qlingo to replace the letters in my string with numbers. ... Otherwise you'll need to preprocess the data with Excel ...

Extracting multiple occurrences from a single cell - RegexReplace ...

https://support.google.com/docs/thread/67377264/extracting-multiple-occurrences-from-a-single-cell-regexreplace-substitute-find-replace?hl=en
Aug 27, 2020 ... I tried Substitute, RegexReplace and FInd and Replace from the edit tab. Google Sheets documentation being what it is, I don't know which one works best.

FIND function - Google Docs Editors Help

https://support.google.com/docs/answer/3094126?hl=en
: Divides text around a specified character or string, and puts each fragment into a separate cell in the row. SEARCH : Returns the position at which a ...

Multiline strings in wxDataViewCtrl

https://groups.google.com/g/wx-dev/c/pmu7gIWxHH0
Sep 29, 2015 ... replacing the new line characters with something else, e.g. "RETURN SYMBOL ... Interestingly Excel (I know it's not the same thing as a ...

Importing Page Break (code/ASCII?)

https://groups.google.com/g/microsoft.public.word.pagelayout/c/-7hiUKxhP3U
I got the Carriage return (CTRL+M) to work in Notepad on a txt file, but it just created a paragraph mark (not a page break as implied in Word Find/Replace).