replace 音标拼音: [r
, ipl'es] [ɚpl'es]
vt . 替换,取代;把…放回原处;归还,赔还
替换,取代;把…放回原处;归还,赔还
replace 总体查寻与替换; 总体查寻并替换
replace 替换;还原;取代
replace 替换 取代
replace v 1 :
substitute a person or thing for (
another that is broken or inefficient or lost or no longer working or yielding what is expected ); "
He replaced the old razor blade "; "
We need to replace the secretary that left a month ago "; "
the insurance will replace the lost income "; "
This antique vase can never be replaced "
2 :
take the place or move into the position of ; "
Smith replaced Miller as CEO after Miller left "; "
the computer has supplanted the slide rule "; "
Mary replaced Susan as the team '
s captain and the highest -
ranked player in the school "
[
synonym : {
supplant }, {
replace }, {
supersede }, {
supervene upon },
{
supercede }]
3 :
put something back where it belongs ; "
replace the book on the shelf after you have finished reading it "; "
please put the clean dishes back in the cabinet when you have washed them "
[
synonym : {
replace }, {
put back }]
4 :
put in the place of another ;
switch seemingly equivalent items ; "
the con artist replaced the original with a fake Rembrandt "; "
substitute regular milk with fat -
free milk ";
"
synonyms can be interchanged without a changing the context '
s meaning " [
synonym : {
substitute }, {
replace },
{
interchange }, {
exchange }]
Replace \
Re *
place "\ (
r ?-
pl ?
s "),
v .
t . [
Pref .
re -
place :
cf .
F .
replacer .]
1 .
To place again ;
to restore to a former place ,
position ,
condition ,
or the like .
[
1913 Webster ]
The earl . . .
was replaced in his government .
--
Bacon .
[
1913 Webster ]
2 .
To refund ;
to repay ;
to restore ;
as ,
to replace a sum of money borrowed .
[
1913 Webster ]
3 .
To supply or substitute an equivalent for ;
as ,
to replace a lost document .
[
1913 Webster ]
With Israel ,
religion replaced morality . --
M .
Arnold .
[
1913 Webster ]
4 .
To take the place of ;
to supply the want of ;
to fulfull the end or office of .
[
1913 Webster ]
This duty of right intention does not replace or supersede the duty of consideration . --
Whewell .
[
1913 Webster ]
5 .
To put in a new or different place .
[
1913 Webster ]
Note :
The propriety of the use of replace instead of displace ,
supersede ,
take the place of ,
as in the third and fourth definitions ,
is often disputed on account of etymological discrepancy ;
but the use has been sanctioned by the practice of careful writers .
[
1913 Webster ]
{
Replaced crystal } (
Crystallog .),
a crystal having one or more planes in the place of its edges or angles .
[
1913 Webster ]
113 Moby Thesaurus words for "
replace ":
act for ,
alter ,
attend ,
boot ,
bounce ,
break ,
bump ,
bust ,
can ,
cashier ,
change ,
change places with ,
come after ,
crowd out ,
cut out ,
defrock ,
degrade ,
demote ,
deplume ,
depose ,
deprive ,
disbar ,
discharge ,
disemploy ,
dismiss ,
displace ,
displume ,
double for ,
drum out ,
emanate ,
ensue ,
expel ,
fill in for ,
fire ,
follow after ,
follow up ,
furlough ,
ghost ,
ghostwrite ,
give back ,
give the ax ,
give the gate ,
go after ,
issue ,
kick ,
kick upstairs ,
lay off ,
let go ,
let out ,
make redundant ,
overtake ,
pension off ,
pinch -
hit ,
place in ,
put back ,
reactivate ,
read out of ,
reconstitute ,
reconvert ,
recoup ,
recover ,
recruit ,
reenact ,
reestablish ,
refill ,
reform ,
refund ,
regain ,
rehabilitate ,
reinstall ,
reinstate ,
reinstitute ,
reintegrate ,
reinvest ,
release ,
relieve ,
remove ,
renew ,
repay ,
replenish ,
represent ,
restitute ,
restore ,
result ,
retire ,
retrieve ,
return ,
revest ,
sack ,
separate forcibly ,
shift ,
spell ,
spell off ,
stand in for ,
strip ,
subrogate ,
substitute ,
substitute for ,
succeed ,
superannuate ,
supersede ,
supervene ,
supplant ,
surplus ,
suspend ,
swap places with ,
take back ,
track ,
trail ,
turn off ,
turn out ,
understudy for ,
unfrock
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
What is the keyboard shortcut for Replace All in PyCharm? 9 I want to hit a shortkey and replace all in PyCharm After I hit ctrl+R, I key in text to search and text as replacement I need to click "Replace" " Replace all" I currently move my hand to mouse and click the button, but I do it many times in a day Anyone knows what is the shortkey? Thanks
How to for_each through a list(objects) in Terraform 0. 12 I work a lot with iterators in Terraform, they always gave me bad headaches Therefore I identified five of the most common iterator patterns (code examples are given below), which helped me construct a lot of nice modules () Using for_each on a list of strings Using for_each on a list of objects Using for_each to get the cartasian product of two lists Using for_each in a nested block Using
How to replace with \ in javascript - Stack Overflow How to replace " with \" in javascript Asked 14 years, 2 months ago Modified 9 years, 10 months ago Viewed 58k times
How to replace part of string by position? - Stack Overflow I have this string: ABCDEFGHIJ I need to replace from position 4 to position 5 with the string ZX It will look like this: ABCZXFGHIJ But not to use with string
Replace new lines with a comma delimiter with Notepad++? 402 Open the find and replace dialog (press CTRL + H) Then select Regular expression in the 'Search Mode' section at the bottom In the Find what field enter this: [\r\n]+ In the Replace with: , There is a space after the comma This will also replace lines like Apples Apricots Pear Avocados Bananas Where there are empty lines
How can I replace every occurrence of a String in a file with . . . Using PowerShell, I want to replace all exact occurrences of [MYID] in a given file with MyValue What is the easiest way to do so?
python - Find and replace string values in list - Stack Overflow Or more specifically, for a case where I didn't have time to sort out the list comprehension and then was able to later replace the code with comprehension when I got a chance
Replace invalid values with None in Pandas DataFrame Is there any method to replace values with None in Pandas in Python? You can use df replace('pre', 'post') and can replace a value with another, but this can't be done if you want to replace with