0
votes
1answer
42 views

StringIndexOutOfBoundsException in a FOR Loop [closed]

import java.util.Scanner; public class Test { public static void main (String [] args){ String word = "ErFLwWSa$ F?ytWtmVRLWmDj #4STs!@ VRa!12OW"; String word2 = "GREEN"; String result ...
2
votes
3answers
64 views

use regular expression to find and replace but only every 3 characters for DNA sequence

Is it possible to do a find/replace using regular expressions on a string of dna such that it only considers every 3 characters (a codon of dna) at a time. for example I would like the regular ...
-2
votes
1answer
36 views

PHP - replace character referring to another character sequence in the array

i have $a='1024,1025,0000|1020,0000|'; $b='1024,1025,0000,1020,0000,'; i want replace commas (,) in $b with (|) so that $ b is equal to $ a like this Output : ...
0
votes
3answers
45 views

Replace strings many to many in C# [closed]

I have a problem related String.Replace method. Firstly I try to change many strings as alphabets, for example, article = article.Replace('b', 'd').Replace('B', 'D'); article= article.Replace('d', ...
-2
votes
1answer
48 views

Change characters in PHP

I have a problem with a replacing characters, I do not know how to do that. We in Slovakia have characters with interpunctions. How do I change (eg. á) for html code at input. If I have a string ...
1
vote
4answers
54 views

java how to replace commas before sending over internet

I guess this is a two part question: I am creating an application for different devices (phones,tablet,tv box) that takes a text box with user input (a few sentences) and sends it to the server. There ...
-4
votes
3answers
106 views

Replace character '1' with word “one” in C , without using special functions [closed]

Iam trying to replace character '1' with word "ONE" . This is how my code looks at the moment : #include <stdio.h> #include <conio.h> #include <string.h> main() { char p[256]; ...
1
vote
2answers
125 views

How to detect and replace non-ascii characters in Qt?

The problem is that I can't find an easy way how to detect and replace non-ascii characters such as ąčęęėįšž in Qt. I read a line from the file like kažkodėl and want to replace characters ž, ė to z ...
0
votes
1answer
81 views

Javascript replace() function adding strange characters

Consider the following Javascript: var previewImg = 'http://example.com/preview_img/hey.jpg'; var fullImg = previewImg.replace('preview','full'); I would expect the value of fullImg to be: ...
6
votes
2answers
184 views

Remove all characters from string which are not on whitelist

I am trying to write java code which would remove all unwanted characters and let there be only whitelisted ones. Example: String[] whitelist = {"a", "b", "c"..."z", "0"..."9", "[", "]",...} I ...
-2
votes
1answer
77 views

How replace characters in words by dictionary in java?

I have words, for example: it your reality real our and some kind of dictionary in which each char is represented by digit, here it is: 1 ij 2 abc 3 def 4 gh 5 kl 6 mn 7 prs 8 tuv 9 ...
0
votes
1answer
58 views

How to add a character in every end of all lines with notepad++

Basicaly title says it all, mine file looks like this: "edit Product",""Home > Opto-electronics > LED > Standard LED, Multicolour"","2226",""KINGBRIGHT LED, 3MM, HE-RED/GRN ...
1
vote
2answers
92 views

Replace + sign from the URL using htaccess

I want to change the URL of my website using .htaccess file : http://godofindia.com/Guru+Saint+Mahatma-103/ to http://godofindia.com/Guru-Saint-Mahatma-103/ I only want the + sign to ...
4
votes
2answers
161 views

PHP Remove Punctuation (No Dashes)

I found the below script here on stackoverflow and it replaces special characters with dashes for the purpose of clean url building. But, it doesnt do it well as it replaces punctuation with dashes as ...
1
vote
5answers
146 views

How to replace characters from a string expect given character list

Alright now assume this is my string value string srVariable="32 ab d32"; And this list is my allowed characters List<string> lstAllowedCharacters=new List<string>{"a","b","c","2"," ...
1
vote
5answers
222 views

Replacing characters in a string using dictionary in Python

I have researched about character replacement using dictionaries but I still cannot get my code to work properly. My code goes like this: def encode(code,msg): for k in code: msg = ...
1
vote
1answer
270 views

Rewrite rule url character replace

How can i replace + to - in my url. What code shoud I add in my htacces to get rid of + and replace it with a minus. RewriteCond %{QUERY_STRING} ^search=([^&]+)$ RewriteRule ^ ...
0
votes
1answer
2k views

Excel VBA - Delete Single Character from Cell without losing formatting of remainder of cell contents

I am trying to delete the first occurrence of "<" and ">" in a cell without losing formatting of the remainder of the cell's contents. I have looked in several places here, and other, to no avail. ...
0
votes
4answers
437 views

How can I replace characters in a string in Python, but not using string methods?

I just started learning Python, and I'm stuck in this problem: I have a DNA sequence, and I need to return its complementary sequence. For example, if I have ATTGCA, it should return TAACGT. This is, ...
0
votes
1answer
50 views

vim search and replace with the effect of reformatting some middle characters

So, so I have this in some file: ABCxxx.yyyDEF and I want to change it to be: HELLOxxx.yyyWORLD Is there a way to do this? / How? I was playing with using wildcards, e.g. ...
0
votes
3answers
143 views

C - Change Letter in String

I have the following application written in C: The application basically presents the user with a word containing one incorrect letter. The user is requested to provide the position of the incorrect ...
0
votes
1answer
214 views

R colnames: A few character variable name changed to number

I have a data frame called VarChange containing 1005 variables such as: row.name SamplingEvent Year Zenaida_macroura . . . 1005 variables 1 12367 S41 2005 0 2 12369 ...
0
votes
3answers
179 views

Replace numbers with an asterisk in Objective-C

I have an NSString that contains the user's credit card number. I want to replace the numbers to asterisk. How can I do that? I think the code below won't work since it only targets one number: ...
-3
votes
2answers
143 views

How to replace specific count of characters? [duplicate]

Possible Duplicate: smart way to shorten long strings with javascript I have <h1>"Very big" page title </h1> page title and I need to check if character count is bigger than ...
3
votes
2answers
202 views

How do i remove string of dynamic characters from a string?

I'm a noob to android development and i am trying to remove a string of dynamic characters from a string. My string: "Beginning of String....&lt;img src="http://webaddress.com" height="1" ...
-1
votes
3answers
119 views

sed replace characters leaving some text intact [closed]

how to replace some characters but leaving unknown number intact, in.e. in file there are multiple lines: <"START=xxxxx"> <"START=xxxxx"> <"START=xxxxx"> The 'xxxxx' is the number ...
-1
votes
3answers
612 views

Replace special characters with space in search box

i have a search box in php file, like this <form action="/"> <input type="text" name="q"> <input class="submit" type="submit" value="Search" /> </form> but the search gets ...
-1
votes
2answers
183 views

Perl find and replace grave character

I need to find and replace all grave characters in a string with the perl. I try to do this with the follow code $str=~ s/è/&egrave; /g; But the è wasn't found. I need to convert the grave ...
1
vote
1answer
429 views

Python recursively replace character in keys of nested dictionary?

I'm trying to create a generic function that replaces dots in keys of a nested dictionary. I have a non-generic function that goes 3 levels deep, but there must be a way to do this generic. Any help ...
1
vote
4answers
117 views

Change single/multiple character to another single character

For instance, I have a string like this: my_string = 'a hello aaaaa hi aaaaaaa bye bbb' I want to change 'a' or 'a's to 'b'. So output I want is: changed_string = 'b hello b hi b bye bbb' I ...
2
votes
3answers
525 views

jQuery/JavaScript string replace a specific word and all characters after it

How can I remove spaces, a keyword, and everything after it? Here's what I'm looking for var test = $('.replaceMe').attr('title').replace(/ /g, ''); <a class="replaceMe" href="#" title="Replace ...
1
vote
5answers
186 views

Replacing a character with other in java

Dear stackoverflow members, I have a small problem, I want to replace some characters in my string with other in java, and my code to do it is as follow, private void ...
9
votes
7answers
33k views

Javascript - remove character from a string

I am so close to getting this, but it just isn't right. All I would like to do is remove the character "r" from a string. The problem is, there is more than one instance of "r" in the string. ...
0
votes
2answers
758 views

How to decode special characters (blank square unreadable) in c#?

I have a problem that i can manage to resolve, i need to replace unreadable characters (i can't paste it here since it's not taken into acount but it shows like a blank square in the visual C# ...
0
votes
3answers
170 views

2-parter; in Javascript - detect special chars and replace all * with %

Question 1: I've tried the following to detect characters (uppercase and lowercase), numbers and * but I am getting an error that it's not a valid regular expression. var pattern = ...
3
votes
4answers
942 views

Replace individual character element of a string C [duplicate]

I am trying to do something really basic on C but I keep getting a segmentation fault. All I want to do is replace a letter of a word with a different letter- in this example replace the l with a L. ...
-3
votes
3answers
257 views

Replace specific characters in line, c++

I am working on a program to decrypt text with a certain key. I'm trying to use replace() but it doesn't seem to be working. For example, qwert should decrypt to hello, but the output is hlllo; in ...
1
vote
1answer
172 views

How can I replace a character in a wordpress search query?

For example, how would I go about replacing www.example.com/search/mark+twain with www.example.com/search/mark_twain ? The form to search looks like this: <form role="search" method="get" ...
1
vote
2answers
1k views

Replace a character in a char[] from a function

How would I get my replace_char function to work properly? The way that I am trying it in the function below returns segmentation faults using gcc in Ubuntu. I have tried other ways, but each time ...
2
votes
2answers
78 views

How can i replace characters AND numbers at the same time

I have a string that looks like - /celebrity.html#portfolios/jennifer-aniston-2006#img10 I want to remove #img10 (which can also be #img6; any number really). I have used this code var docLoc = ...
2
votes
1answer
148 views

Replace diacritic letters with equivalent

I'm trying to replace: á, ă, â ... with a í, ì, ĭ, î, ǐ, ï, ḯ ... with i ú, ü ... with u And so on. What I am doing now is this: str.replace(/[íìĭîǐïḯ]/gi,'i'. Also, if I want to match all of them ...
0
votes
2answers
544 views

PHP: function to remove/replace all single characters in a string?

I need a PHP function that removes (or replaces) all single characters in a string. "A Quick Brown B C D Fox" -> "Quick Brown Fox" Anyone?
2
votes
2answers
3k views

String tokenizer in c

the following code will break down the string command using space i.e " " and a full stop i.e. "." What if i want to break down command using the occurrence of both the space and full stop (at ...
0
votes
2answers
1k views

replace characters in TXT file using batch?

I don’t know if this is possible but I would like to make a batch, which replaces all, the backslashes contained in a txt file (C:\locations) with forward slashes. THX.. EDIT: Im trying to loop: ...
28
votes
7answers
38k views

Java - replace a character at a specific index in a string?

I'm new to Java and I'm trying to replace a character at a specific index in a string. What I'm doing is: String myName = "domanokz"; myName.charAt(4) = 'x'; this gives me error. It seems like ...
0
votes
3answers
725 views

String replace function not replacing characters correctly - Java

I am trying to replace a specific character '8' with a '2' in a string. I think I have everything set up correctly and when I look online for examples, this looks like it should. When I print the ...
0
votes
2answers
260 views

Javascript replace several character including '/'

Im using this snippet to replace several characters in a string. var badwords = eval("/foo|bar|baz/ig"); var text="foo the bar!"; document.write(text.replace(badwords, "***")); But one of the ...
0
votes
2answers
426 views

Replace characters in all tables in Database Postgres

I'm using PostgresSQL with pgadmin. I need to replace multiple characters in all fields of type string, and in all tables in my database.
0
votes
1answer
198 views

How to search character black triangle (▼ or ►) in NSString?

I want to change the black triangle (▼ or ►) with white space. How could I search that character in NSString so I can change it with white space? Thanks
3
votes
3answers
608 views

How can I replace any word within a string that starts with an '@' symbol like Twitter does, in Javascript/JQuery?

I'm trying to make any '@sometext' an HTML link where 'sometext' is also appended to a url. i.e. '@sometext' becomes a link to 'http://someurl.com/sometext'. But so it can change because the link will ...

1 2