René's URL Explorer Experiment


Title: Replace from an array of strings · Issue #2 · magiclen/node-stringbuilder · GitHub

Open Graph Title: Replace from an array of strings · Issue #2 · magiclen/node-stringbuilder

X Title: Replace from an array of strings · Issue #2 · magiclen/node-stringbuilder

Description: It would be useful if the ReplaceAll method could accept an array. As an example, I altered the ReplaceAll code to produce this: // from javascript call as: sb.replaceFromArray() napi_value ReplaceFromArray(napi_env env, napi_callback_in...

Open Graph Description: It would be useful if the ReplaceAll method could accept an array. As an example, I altered the ReplaceAll code to produce this: // from javascript call as: sb.replaceFromArray() napi_value Replace...

X Description: It would be useful if the ReplaceAll method could accept an array. As an example, I altered the ReplaceAll code to produce this: // from javascript call as: sb.replaceFromArray() napi_value Replace...

Opengraph URL: https://github.com/magiclen/node-stringbuilder/issues/2

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Replace from an array of strings","articleBody":"It would be useful if the ReplaceAll method could accept an array.\r\n\r\nAs an example, I altered the ReplaceAll code to produce this:\r\n// from javascript call as:   sb.replaceFromArray()\r\n\r\nnapi_value ReplaceFromArray(napi_env env, napi_callback_info info){\r\n        size_t argsLength = 1;\r\n        napi_value args[2];   // will hold parameters from a 2d array during a for loop\r\n        napi_value me;\r\n        int n;\r\n\r\n\t\t// test with hard-coded array containing 2 pairs of strings\r\n\t\t//  \"john is some writer\"  =\u003e \"john is this joke\"\r\n        const char* arr[][2] = {{\"some\", \"this\"},\r\n\t\t\t                    {\"writer\", \"joke\"}};\r\n\r\n       \r\n        napi_get_cb_info(env, info, \u0026argsLength, args, \u0026me, 0);  // place input parameters into args[]\r\n        /* if (argsLength \u003c 2){  // this bit no longer needed\r\n             return me;\r\n       */\r\n        uint16_t* buffer;\r\n        int64_t* metadata;\r\n        getBufferAndMetaData(env, me, \u0026buffer, \u0026metadata);\r\n        uint16_t* pattern;\r\n        int64_t patternLength;\r\n        bool patternFreeAble;\r\n        for (n = 0; n \u003c 2;  n++ )    \r\n\t\t{\r\n\t\t \tnapi_create_string_utf8(env, arr[n][0],\r\n                                     NAPI_AUTO_LENGTH ,\r\n                                     \u0026args[0]);\r\n\r\n\t\t\tnapi_create_string_utf8(env, arr[n][1],\r\n                                     NAPI_AUTO_LENGTH ,\r\n                                     \u0026args[1]);\r\n                  // .....  the rest of the replaceAll code\r\n                }\r\n            return me;\r\n}\r\n\r\nI also note that the main section from replaceAll is mostly identical to that inside the ReplacePattern function.  There is a potential  therefore for refactoring, by which this section could be called from a separate function. \r\n\r\nA more sophisticated implementation of ReplaceFromArray() would pass the array as a parameter, although embedding a hard-coded array has the advantage of \"hiding\" the array contents, while still suiting many possible applications.\r\n\r\n","author":{"url":"https://github.com/xthdraft","@type":"Person","name":"xthdraft"},"datePublished":"2018-11-13T04:52:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/2/node-stringbuilder/issues/2"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a488fb26-b4b3-ca05-e42f-10795894abf0
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC82A:169C19:58CEE8F:788282F:696E2A90
html-safe-nonce16b1593d0db4c20adbfbd62b1650b05672ff865232729f6d8adaa3404347e755
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDODJBOjE2OUMxOTo1OENFRThGOjc4ODI4MkY6Njk2RTJBOTAiLCJ2aXNpdG9yX2lkIjoiMTEzMzIwMjMwNjQ5NzM5MTI0OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac631f816d951f654700a0d224c675c08d5a6c4a951a246b69a968e28778fa1a79
hovercard-subject-tagissue:380059380
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/magiclen/node-stringbuilder/2/issue_layout
twitter:imagehttps://opengraph.githubassets.com/febe991a2c89d8d22a50dd29022cea0796ddf031225870bf0075c3a07cb05dd9/magiclen/node-stringbuilder/issues/2
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/febe991a2c89d8d22a50dd29022cea0796ddf031225870bf0075c3a07cb05dd9/magiclen/node-stringbuilder/issues/2
og:image:altIt would be useful if the ReplaceAll method could accept an array. As an example, I altered the ReplaceAll code to produce this: // from javascript call as: sb.replaceFromArray() napi_value Replace...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamexthdraft
hostnamegithub.com
expected-hostnamegithub.com
None878b142339d396b81902fd0c6d3f2f41511e1864f596c5a601660d91d0d60e59
turbo-cache-controlno-preview
go-importgithub.com/magiclen/node-stringbuilder git https://github.com/magiclen/node-stringbuilder.git
octolytics-dimension-user_id5851348
octolytics-dimension-user_loginmagiclen
octolytics-dimension-repository_id94566134
octolytics-dimension-repository_nwomagiclen/node-stringbuilder
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id94566134
octolytics-dimension-repository_network_root_nwomagiclen/node-stringbuilder
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release20fb42f07915f87665e5bccffc415f231d50cfac
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/issues/2#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmagiclen%2Fnode-stringbuilder%2Fissues%2F2
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmagiclen%2Fnode-stringbuilder%2Fissues%2F2
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=magiclen%2Fnode-stringbuilder
Reloadhttps://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/issues/2
Reloadhttps://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/issues/2
Reloadhttps://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/issues/2
magiclen https://patch-diff.githubusercontent.com/magiclen
node-stringbuilderhttps://patch-diff.githubusercontent.com/magiclen/node-stringbuilder
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fmagiclen%2Fnode-stringbuilder
Fork 5 https://patch-diff.githubusercontent.com/login?return_to=%2Fmagiclen%2Fnode-stringbuilder
Star 11 https://patch-diff.githubusercontent.com/login?return_to=%2Fmagiclen%2Fnode-stringbuilder
Code https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder
Issues 4 https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/issues
Pull requests 1 https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/pulls
Actions https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/actions
Projects 0 https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/security
Please reload this pagehttps://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/issues/2
Insights https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/pulse
Code https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder
Issues https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/issues
Pull requests https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/pulls
Actions https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/actions
Projects https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/projects
Security https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/security
Insights https://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/magiclen/node-stringbuilder/issues/2
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/magiclen/node-stringbuilder/issues/2
Replace from an array of stringshttps://patch-diff.githubusercontent.com/magiclen/node-stringbuilder/issues/2#top
https://github.com/xthdraft
https://github.com/xthdraft
xthdrafthttps://github.com/xthdraft
on Nov 13, 2018https://github.com/magiclen/node-stringbuilder/issues/2#issue-380059380
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.