General

Profile

thiaguerd (thiago feitosa)

  • Login: thiaguerd
  • Registered on: 08/09/2019
  • Last sign in: 08/09/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

08/10/2019

11:30 PM Ruby master Misc #16091: gsub
alanwu (Alan Wu) wrote:
> `gsub(pattern, replacement)` always interprets `replacement` as a regex replacement direct...
thiaguerd (thiago feitosa)
12:24 AM Ruby master Misc #16091: gsub
#### on Python 3.7.1
```python
import html
def r():
a = input('Enter original:')
b = input('Enter a pattern ...
thiaguerd (thiago feitosa)
12:05 AM Ruby master Misc #16091 (Open): gsub
thiaguerd (thiago feitosa)
12:04 AM Ruby master Misc #16091: gsub
```ruby
include ERB::Util
def r
puts "Enter original"
a = gets.chomp
puts "Enter a pattern to replace"
...
thiaguerd (thiago feitosa)

08/09/2019

10:47 PM Ruby master Misc #16091: gsub
shyouhei (Shyouhei Urabe) wrote:
> Really sorry that I have to say I don't understand this report at all. Please te...
thiaguerd (thiago feitosa)
10:10 AM Ruby master Misc #16091 (Closed): gsub
```ruby
a = "test ?"
b = "?"
c = "\\&"
a.gsub(b,c)
```
thiaguerd (thiago feitosa)

Also available in: Atom