by: Bruno |
last post by:
Hello,
I don't know well XML and I can't figure out how to solve this problem ..
I need to replace some strings inside a text using XSL and inside a for-each
statement (the list of strings to...
|
by: Brett |
last post by:
I've been trying different methods for replacing escaped strings. None
work. I even have a custom Replace() method but still can't get what I
need. Some of the characters I need to replace are:...
|
by: Lauren Wilson |
last post by:
Hi folks,
We have a need to replace sub strings in certain message text. We use
the Office Assistant to display help and often use the imbedded
formatting commands. Those of you who have used...
|
by: Brent |
last post by:
I want to paste a lengthly text document into a web page and have it
retain all of whitespace and line breaks.
I first tried the <pretag but that didn't work because it doesn't
wrap the text. I...
|
by: Joe Cool |
last post by:
I need to map several columns of data from one database to another
where the data contains multiple spaces (once occurance of a variable
number or spaces) that I need to replace with a single...
|
by: Stijn VA |
last post by:
Okee, the story goes like this:
I have a string that can not contain spaces (It is retrieved from a
externat application...)
At first they replaced the spaces by '_' so somthing like "ABC DEF"...
|
by: a2rodger |
last post by:
I am using the following code to replace spaces with "_" for my URL rewriting
function.
$url = urlencode(preg_replace("/\s/e" , "_" , $url));
It get thrown the following error and can't...
|
by: Ned White |
last post by:
Hi All,
To replace some substrings in a string value, i use Regex.Replace method
mulptiple times like;
strmemo = "new Data for user; Name:@@Name , Surname:@@Surname,
Address:@@Address";...
|
by: n8kindt |
last post by:
hey guys, i have a function that can recognize a space character in a string... how can i get it to replace a space with a underscore character
Public Function RemoveSpaces(strInput As String)
'...
|
by: alltech |
last post by:
I have within cdata tags URL for example it would be www.thrifty.co.uk/cgi-bin....etc but when selecting the 'book' button i have it just gives blank page. Please help!!! Code shown below...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: DJRhino |
last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer)
If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _
310030356 Or 310030359 Or 310030362 Or...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: lllomh |
last post by:
How does React native implement an English player?
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
|