赞这个思维清晰# PhotoGear - 摄影器材
c*r
1 楼
glassdoor 上看到这道题, 感觉题目不是特别清楚。没有说明白pattern 可能的形式。
大家有什么好的思路吗?
Implement the function:
replace (string original, string pattern, string replace)
The pattern can be "*", ".".
例如: replace("abccce", "c*", "h") would return "abhe".
大家有什么好的思路吗?
Implement the function:
replace (string original, string pattern, string replace)
The pattern can be "*", ".".
例如: replace("abccce", "c*", "h") would return "abhe".