macdevign (Macdevign mac)
- Login: macdevign
- Registered on: 09/05/2018
- Last sign in: 11/07/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
01/05/2019
-
07:23 AM Ruby Feature #15496: Extract between string as standard String api
- duerst (Martin Dürst) wrote:
> macdevign (Macdevign mac) wrote:
> ...
Yes, I agree that there is regex that can do the work in Ruby.
I use it quite often in data scraping and oftn wonder why need to resort to regex and worry about e...
01/02/2019
-
08:51 AM Ruby Feature #15496 (Open): Extract between string as standard String api
- I could not find the a simple String api to extract the string between two string, and I notice that many face the same issue and endup rolling their own solutions (eg https://stackoverflow.com/questions/9661478/how-to-return-the-substri...
09/05/2018
-
08:29 AM Ruby Feature #15076 (Rejected): Struct to raise error when keyword arguments used but not enabled
- When Struct is used to instantiate object with keyword arguments disabled and yet if instantiated using keyword arguments, the instance fields will be set incorrectly.
Will it be clearer if a error is raised instead rather than assig...