Replace with RegExp to find emails in a clob and change HTML mailto: link

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE     11.2.0.1.0     Production
TNS for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
I display some data clob on a web page. I would change the occurences of e-mail with a clickable link

so I would like to change
WITH t
        AS (SELECT TO_CLOB (
                      'I have event 3456 please send   [email protected] information 
                                   my email is [email protected] thanks')
                      txt
              FROM DUAL)
TO
'I have event 3456 please send 
  <a hr0f="mailt0:[email protected]">[email protected]</a> information 
 my email is <a hr0f="mailt0:[email protected]">[email protected]</a> thanks'
I guess that the requirements to identify email is a word (defined by characters of white space such as space, jump, newline, etc. no doubt the character class [: space :]) containing a sign @.])

I've been struggling through substitute backrefernces, but some of you are extremely smooth with the stuff of regexp
so I thought I'd throw it out on the forum.

Thank you.

Hmm the post didn't like mailto so I changed it to mailt0 does not also as href so I changed it to hrof.

Published by: pollywog on 20 Sep 2011 08:14

Published by: pollywog on 20 Sep 2011 08:16

Published by: pollywog on 20 Sep 2011 08:22

or if you want just any non-space surrounding the @ then more like:

SQL> ed
Wrote file afiedt.buf

  1  WITH t
  2          AS (SELECT TO_CLOB (
  3                        'I have event 3456 please send   [email protected] information
  4                                     my email is [email protected] thanks')
  5                        txt
  6                FROM DUAL)
  7  --
  8  select regexp_replace(txt,'([^ ]+@[^ ]+)','\1') as txt
  9* from t
SQL> /

TXT
--------------------------------------------------------------------------------
I have event 3456 please send   [email protected]
information
                                   my email is [email protected]

thanks

Tags: Database

Similar Questions

  • Why whenever I have color correction or something that has to do with it, the lines appear on my videos and change color several times.

    Hi, so the problem I m having is that everytime I want to color correction my videos go crazy, the lines start appearing, video start changing color and I have already download the software again, but still it happens.

    Hi Cv19g,

    Sorry for this disorder, but it could be a problem with the graphic video card drivers.

    What graphics card you have on this machine?

    Check if you have provision for video drivers.

    If possible, please attach a screenshot for "lines."

    Also, try the following steps:

    Open your project, click file > project settings > General and change of video rendering "Software Only Mode" and delete previews

    Thank you

    Ilyes Singh

  • problem with prevention card boot partition after partition, bootcamp and change table card

    Hello

    I tried to install windows using bootcamp on my macbook pro 2011, however I messed up with my partition table card, and now I'm not able to start my mac os, disk utility cannot repair my disc and I have no back up. I really need my data. I am able to start under GParted and use gdisk, how do I fix back the plan of partition table so that I can start, back to my Mac OSx.

    Thank you

    -bash-3, 2 # fdisk/dev/disk0

    Disk: geometry / dev/disk0: 60801/255/63 [976773168 sectors]

    Signature: 0xAA55

    From end

    #: cyl hd s - cyl hd s id [Start - size]

    ------------------------------------------------------------------------

    1: EA 1023 254 63 - 1023 254 63 [1-976773167] < unknown ID >

    02:00 0 0 0-0 0 0 [0-0] unused

    03:00 0 0 0-0 0 0 [0-0] unused

    04:00 0 0 0-0 0 0 [0-0] unused

    -bash-3, 2 #.

    -bash-# 3.2 diskutil list

    / dev/disk0

    #: NAME SIZE TYPE IDENTIFIER

    0: GUID_partition_scheme * GB 500,1 disk0

    1: EFI 209,7 Mo disk0s1

    2: Apple_CoreStorage GB 372,0 disk0s2

    3: disk0s3 Apple_Boot Boot OS X 650.0 MB

    4: Apple_HFS 127.1 Untitled GB disk0s4

    / dev/disk1

    #: NAME SIZE TYPE IDENTIFIER

    0: Apple_partition_scheme * 1.4 GB disk1

    1: Apple_partition_map disk1s1 30.7 KB

    2: Apple_Driver_ATAPI disk1s2 2.0 KB

    3: Apple_HFS Mac OS X based system 1.4 GB disk1s3

    / dev/disk2

    #: NAME SIZE TYPE IDENTIFIER

    0: Untitled * disk2 524,3 KB

    / dev/disk3

    #: NAME SIZE TYPE IDENTIFIER

    0: Untitled * DIS3 524,3 KB

    / dev/disk4

    #: NAME SIZE TYPE IDENTIFIER

    0: Untitled * disk4 524,3 KB

    / dev/disk5

    #: NAME SIZE TYPE IDENTIFIER

    0: Untitled * disk5 524,3 KB

    / dev/disk6

    #: NAME SIZE TYPE IDENTIFIER

    0: Untitled * disk6 524,3 KB

    / dev/disk7

    #: NAME SIZE TYPE IDENTIFIER

    0: Untitled * 6.3 MB disk7

    / dev/disk8

    #: NAME SIZE TYPE IDENTIFIER

    0: without title * 2. 1 MB disk8

    / dev/disk9

    #: NAME SIZE TYPE IDENTIFIER

    0: Untitled * disk9 1. 0 MB

    / dev/disk10

    #: NAME SIZE TYPE IDENTIFIER

    0: Untitled * disk10 524,3 KB

    / dev/disk11

    #: NAME SIZE TYPE IDENTIFIER

    0: Untitled * disk11 524,3 KB

    / dev/disk12

    #: NAME SIZE TYPE IDENTIFIER

    0: Untitled * disk12 1. 0 MB

    / dev/disk13

    #: NAME SIZE TYPE IDENTIFIER

    0: FDisk_partition_scheme * disk13 2.1 GB

    1: disk13s1 DOS_FAT_32 MYLINUXLIVE 2.1 GB

    / dev/disk14

    #: NAME SIZE TYPE IDENTIFIER

    0: Apple_HFS MacintoshHD * 371,7 GB disk14

    -bash-3, 2 #.

    -bash-3, 2 #.

    -bash-3, 2 # fdisk

    use: fdisk [-d] [-mbrboot f] [-c cyl head s - h sect] [s size] [-r] [-style] drive

    -i: initialize disk with new MBR

    -sup: update MBR code, table partition to preserve

    -e: Edit mbr disk interactively

    -f: specify non-standard model of MBR

    -chs: specify the geometry of the disk

    S: specify the size of the disk

    r: read about the partition from stdin (implies - i).

    -a: auto-partition with the given style

    -the partition d: dump table

    y: don't ask questions

    -t: test if the drive is partitioned

    'disc' is of the form/dev/rdisk0.

    auto-partition styles:

    boothfs 8Mb boot more HFS + partition (default) root

    entire disc HFS as a HFS partition.

    disk full back like a DOS partition

    entire disk RAID as a partition 0xAC

    -bash-# GPT - r 3.2 show the/dev/disk0

    See the TPG: could not open device 'l': no such file or directory

    start index size summary

    0 1 PMBR

    1 1 Pri GPT header

    2 32 table GPT Pri

    34 6

    40 409600 1 part TPG - C12A7328-F81F-11D2-BA4B-00A0C93EC93B

    409640 726609000 2 part TPG - 53746F72-6167-11AA-AA11-00306543ECAC

    727018640 1269536 3 part TPG - 426F6F74-0000-11AA-AA11-00306543ECAC

    728288176 248222808 4 part TPG - 48465300-0000-11AA-AA11-00306543ECAC

    262151 976510984

    976773135 32 table dry GPT

    976773167 1 dry GPT header

  • When I insert an image in the body of my email, it is replaced with an attachment when the recipient gets (also using OE).

    I use outlook express 6 on windows xp pro.

    When I Insert an image in the body of my email, it is replaced with an attachment when the recipient gets (also using OE).
    I did use the option of fixing , I used to Insert.  The reverse also occurs.  When someone using OE sends me an email with
    a peak inside the body of the email, it appears in the box and not in the body of the email. This happens only when they concern the
    my program.  Others using OE does this experience between them.

    My mail sending format is HTML and in its settings, I checked "send pictures with messages. In addition, in the tools of internet explorer, advanced, multimedia.
    I 'send photos' checked also, in the email window, under 'format', ' Rich Text (HTML) "checked.

    I have recently reinstalled cleanly win xp to address a system idle in general.  All updates are in place and tested it with antivirus and anti-malware programs.

    That is what it is?

    [Transferred from Internet Explorer]

    Original title: outlook express

    Tools | Options | Read. Read all messages in plain text it is checked? This it will make become an attachment.

  • Replace with HP spare parts

    I have intend to make some changes on my Pavilion additional e-070sl, like adding RAM and an ssd. But I see one, replace with HP spare "sticker on the stick RAMAXEL (Elpida), also on the hard drive. Knowing that the Bios is locked (only Probook series have a unlocked bios) does that mean I can do only with Hp parts recommended replacements?

    Also can I buy ram with a latency another, other than the 11 seen on the existing ram, like 9? That gave me the guarantee that the 16 GB will work fine (scan Crucial shows me that). I see that I need DDR3L, crucial doesn't have the letter "L", but he did say 1.35 V.

    Any thoughts? Thanks in advance.

    The 'white list' never applied to anything another wireless card then and may now be a thing of the past for recent models of production. In any case you have nothing to fear with regard to memory. You can use anything compatible.1.35 Volt low voltage if it has the 'L' or not. You are very sure buy from crucial. If you buy page for your model, crucial will ensure that it is compatible. I worry not about the latency, just get that recommend crucial. Here is the Manual:

    Manual

    See page 53 and note the instructions that you need to update the BIOS before adding memory.

    If it's 'the Answer' please click on 'Accept as Solution' to help others find it.

  • When sending emails with Outlook Express, they sit in the Outbox and don't move to sent items.

    My system is XP Microsoft w/Internet Explorer 7.  My online service is through netzero.  I started having problems several weeks ago about my Outlook Express.  In the last whe I send a file, he crossed for recipients and also would go directly to my sent folder.  Now adays, occasionally, the info is sent to recipients but does not go to my sent folder and the express pointed out a mistake and put my email in the Outbox.  I have to move it to project from the Outbox folder or the system keeps trying to return.  He goes to the recipients, but not in my sent folder.  What's wrong?

    original title: Microsoft Outlook Express

    You have apparent dbx file corruption.

    Spend most of your messages out of the Inbox and then create new folders to send and sent items box after having moved the messages you want to save to a local folder that you create.

    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.

    In Windows XP, Win2K & Win2K3 the OE user files (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.

    With OE closed, find the DBX files for the items in the Outbox and sent and delete them.  New ones will be created automatically when you open OE.

    After you're done, followed by compacting your folders manually while working * off * and do it often.

    Click Outlook Express at the top of the the folder tree so no folders are open. Then: File | Work offline (or double-click on work online in the status bar). File | Folder | Compact all folders. Don't touch anything until the compacting is completed.

    General precautions for Outlook Express:

    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend all a 300 MB max for less risk of corruption.

    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095

    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the CPUs, slows down sending and receiving and causes a multitude of problems such as time-outs, account setting changes and has even been responsible for the loss of messages. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3

    Why you don't need your anti-virus to scan your email
    http://thundercloud.NET/infoave/tutorials/email-scanning/index.htm

    Note that for some AV programs, it may be necessary to uninstall the program and reinstall in custom Mode and uncheck analysis when the option is the result of e-mail messages.

    Compact often as specified above.

    And backup often.

    Outlook Express Quick Backup (OEQB Freeware)
    http://www.oehelp.com/OEBackup/default.aspx

  • I had a computer repair man replace my hard drive and restore my laptop and now my orginal key does not work with the copy of vista it has installed and it won't validate.

    I had a computer repair man replace my hard drive and restore my laptop and now my orginal key does not work with the copy of vista it has installed and it won't validate how can I solve this
    I have an acer

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->
    Validation status: invalid license
    Validation code: 50
    Validation caching Code online: n/a, hr = 0xc004f012
    Windows product key: *-* - XY9X3 - JDXYP-6CJ97
    The Windows Product Key hash: xFQJU8srKsovk6p1Lk1yW93in4E =
    Windows product ID: 89583-OEM-7332157-00211
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 6.0.6002.2.00010300.2.0.003
    ID: {F20B4B72-1308-45BE-8F90-95E91A3F0AAF} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows Vista (TM) Home Premium
    Architecture: 0 x 00000009
    Build lab: 6002.vistasp2_gdr.110617 - 0336
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 109 n/a
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files (x 86) \Mozilla Firefox\firefox.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {F20B4B72-1308-45BE-8F90-95E91A3F0AAF}1.9.0027.06.0.6002.2.00010300.2.0.003x 64*-*-*-*-6CJ9789583-OEM-7332157-002112S-1-5-21-923204104-223683984-168055983Acer Extensa 5630 Phoenix Technologies LTD.V1.30 20090319000000.000000 + 00070333507018400FA04090409US Mountain Standard Time(GMT-07:00)03ACRSYSACRPRDCT109

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.0.6002.18005
    Name: Windows Vista, HomePremium edition
    Description: operating system Windows - Vista, channel OEM_SLP
    Activation ID: bffdc375-bbd5-499d-8ef1-4f37b61c895f
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 89583-00146-321-500211-02-1033-6002.0000-0042012
    Installation ID: 004511331255365043724851364501374781338933223323713385
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=43473
    The machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=43474
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=43476
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=43475
    Partial product key: 6CJ97
    License status: Notification
    Notification reason: 0xC004F063.

    Windows Activation Technologies-->
    N/A

    --> HWID data
    Current HWID of Hash: OgAAAAEAAgABAAIAAwACAAAAAwABAAEAeqjWy6pVxGJ6f0DXhgfkNoBBsJzy9ErM1F/eG4QdrFYqhQ is

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0 x 20000
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC APIC PTLTD
    FACP INTEL CRESTLNE
    HPET INTEL CRESTLNE
    START PTLTD $SBFTBL$
    MCFG INTEL CRESTLNE
    SLIC ACRSYS ACRPRDCT
    ASF!            OEMID OEMTBL
    SSDT BrtRef DD01BRT
    SSDT BrtRef DD01BRT

    Ah! -in this case, it is not necessary.

    I see from my records that a similar case has been solved by uninstalling and reinstalling the update WAT - KB971033

    Open the Windows Update - click the link view updates installed on the left of the page

    in the list, find the WAT update KB971033, and then uninstall it.

    Then restart and reinstall the update from here - http://support.microsoft.com/kb/971033

    redemarrer restart again, then try to change your product key to the one on the sticker - what is happening this time?

  • I replaced a HP with an Epson Stylus all-in-one printer and cannot get the printer to print more than one page when printing from the computer.

    Original title: new printer

    I replaced a HP with an Epson Stylus all-in-one printer and cannot get the printer to print more than one page when printing from the computer.  The printer works fine when printing from a laptop or ipad!

    Start by going here--> http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?UseCookie=yes&oid=232591&prodoid=63099059&infoType=Downloads&platform=nodetect

    If the web page has not correctly detected your operating system, select it by using the drop-down list.  Rather than using the "Combo package" recommended but huge, expand the "Drivers" section and download driver printer v2.32 to a location that you will remember later.

    • Click on the ORB start and go into devices and printers.
    • Select (click) the icon of your Epson printer.
    • Once you have selected the printer, a button labeled "Print server properties" will appear in the toolbar.  Click on this button.
    • Click the "Drivers" tab on the print server properties dialog box.
    • Select the Epson printer in the list of installed printer drivers, and then click 'remove '.
    • In the context menu, select "Remove driver and driver package" and click OK
    • Click Yes, and then delete
    • Once the removal process is complete, restart the computer (probably not really necessary, but can't hurt)
    • Install the driver and the software using the file that you downloaded earlier

    At this point, your printer should work fine.  However, if you want the ability to print by emailing a file to your printer, you may need to install both 'Remote Printer Driver v1.65' in the category 'Pilot' and "v1.30 utility Configuration of printer Epson Connect" in the "Utilities" category

  • "Replace with after Composition Effects, the importer reported a generic error"

    Hello! I'm having a problem putting a file first pro in sequels, whenever I right click on the file in the first, he opens AE without file and then first freezes for like 5 min until I get an error message that reads

    "Replace with after Composition Effects, the importer reported a generic error"

    I see this question was asked several times, but I can't find a solution that works for me.

    I guess you probably need more information, I'm not sure, please do not hesitate to ask!

    Thank you!

    Your Ae is probably more recent than your PR. run the update.

  • Rough Cut created as a prelude with transitions, sent to first Pro works then, using 'replace with After Effects comp', loses the transitions. Why?

    With the help of Creative Cloud 2015 apps exclusively on a 64-bit win 8.1 Pro Gigabyte MB 8 core AMD pcu with 16 GB of ram and nVidia GeForce 8800 GTX graphics card. I deleted all the cache and restarted.

    Created a simple Rough Cut in prelude routinely using H.264 in mp4 video and still photos from format of (via Media Encoder) components ingested in prelude ~

    Rough Cut, composed of a sequence of 1 always followed by 4 x 3 second mp4 followed by another still followed by 4 more 3 second MP4, total length of 30 seconds.

    Together, then the default prelude "Cross dissolve" transition between each item in the first edit.

    Successfully sent this first edit in Premiere Pro using the menu option integrated prelude - send to first.

    Works like a charm in Premiere Pro, including cross-fade transitions.

    HOWEVER, now, in Premiere Pro, have not been able to use then 'Replace with After Effects' option under ' Dynamic Link ~ option is grayed out, regardless of how I select the element/sequence to replace. "

    The only way I have found to use all the options 'Replace with After Effects' is the one that appears when you right-click on a sequence in the timeline window, but when open in After Effects, crossfade effect has disappeared; Only the elements of the scene still show when parsing through the sequence in the timeline.

    After investigation, it turns out that the order of the individual elements that contribute, in the after effects project Panel, has been auto-réarrangés as assets to dissolve cross is now distributed among the other elements of the sequence and therefore cannot perform the intended function. It also destroys the fade in Premiere Pro effect that worked very well before attempting this 'Replace with After Effects' option.

    I need to find a way to keep this intact sequence in Premiere Pro and after Effecys and be able to use After Effects to add additional effects to this rough cut sequence...

    I have run the available tutorials in Adobe and Lynda.com and searched the forum for an explanation, but so far, nothing, I found has solved this problem. :

    1. How can I get the Adobe Dynamic Link to function when it is grayed out in the choice of Menu file?
    2. How to make the right click option 'replace with After Effects' to send the sequence in After Effects without changing its infrastructure, as described above?

    I await with confidence to find someone here who knows what I'm doing well wrung out! and who can show me the error of my ways. TIA. /PSB

    First transitions don't come in After Effects. They never have. Your workflow is not compatible with dynamic link. You should use AE to create shots and then change these shots in Premiere Pro. Trying to bring in a sequence which was finalized with effects and transitions is a losing proposition and not recommended.

  • publish the site with muse to the temp site but then Business Catalyst replaces with Coming Soon site. How d

    Hello. I'll try to repeat my steps to find the problem:

    I create a new site from scratch on BusinessCatalyst so I can choose the package with the blog and e-commerce.

    I then create the Muse website and publish it on the field that I created when I created the new site in Business Catalyst.

    I add a few modules to my concept of the Muse and publish.

    Everything works for a while, but then the Muse published site is replaced with chart of Business Catalyst-default 'Coming Soon'.

    How can I stop this from happening?

    Thank you!

    In this case, you need to assign the page as 'start page' in the admin. of your site

    http://bloomingarden.BusinessCatalyst.com/

    Manager of-> pages web site

    I did it for you.

  • Getting year Error with RegExp class/interface in actionscript 2.0

    I get an error with the RegExp class to my flash document. I use an Action Script 2.0 to my document.

    Is the RegExp class is not supported in AS1/AS2?

    My code is as follows

    function validateEmailAddress(emailString:String):Boolean {}

    var myRegEx:RegExp = /(\w|[_.\-])+@((\w|-)+\.) + \w{2,4} +;
    var myResult:Object = myRegEx.exec (emailString);
    if(myResult == null) {}
    Returns false;
    }
    Returns true;

    }

    If (validateEmailAddress (email) == false)
    {

    contacterror = "error!" Please enter valid E-mail address ';

    }

    If RegExp not supported in ActionScript 2.0 and then how to validate the e-mail address to ActionScript 2.0?

    As far as I know and according to the doocumentation for help, the RegExp class was not until AS3 and it is not supported in AS2.  Try Google search using terms as "AS2 validate e-mail".   Here are some results...

    http://www.helmutgranda.com/2006/10/06/email-validation/
    http://AdobeFlash.WordPress.com/2008/02/06/email-validation/

  • I replaced my original Apple Watch with a watch of S2. When I install and associate the new shows, is there a way I can restore all applications, configuration information and data of the original of the new shows so I don't have to start from scratch?

    I replaced my original Apple Watch with a watch of S2. When I install and associate the new watch and my iPhone 7 more, is there any way I can restore all applications, configuration info and data between the original and the new shows, so I don't have to start from scratch?

    Try this procedure

    Cancel the twinning of your iPhone - Apple and Apple Watch Support

    Spend your Apple Watch a new iPhone - Apple Support

  • My wife 6 iPhone would not take a charge.  The Apple store in Raleigh NC replaced with what they said, it was a NEW pohone.  I suspect that it was not new, but handed to nine. Can I know the serial number if it is new or refurbished?

    Tooke, he calls to the Apple store in Raliegh NC.  They were replaced with what they said, it was a NEW phone for $299.  I suspect that the phone is not NEW but handed to nine.  I can top by the serial number if the new or refurbished?  Number of Sedrial is FD * 5MD

    < personal information under the direction of the host >

    In general the replacements are not new.  They can be given to nine units, which are like new, maybe better.

    Apple has no obligation to provide a new iPhone in replacement under warranty or out of warranty replacement.

  • Because my father died, he left his phone with us. ID or pword is available and now its blocked. Can I reuse and reset or do I throw? Cannot find even the purchase of documents.

    Because my father died, he left his phone with us. ID or pword is available and now its blocked. Can I reuse and reset or do I throw? Cannot find even the purchase of documents.

    If you are unable to prove original owner Apple cannot help you.

Maybe you are looking for